summary refs log tree commit diff
path: root/maintainers/maintainer-list.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2018-10-27 10:38:47 +0200
committertalyz <kim.lindberger@gmail.com>2018-11-02 15:56:46 +0100
commit06acfb853fb6598237b944bb129da66593f228e6 (patch)
tree01c93fbafc1f1fef72def7f7b169142ad1052058 /maintainers/maintainer-list.nix
parent67adcd1a38af2f5aee20869ada5dbf0204785bcd (diff)
downloadnixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar.gz
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar.bz2
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar.lz
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar.xz
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.tar.zst
nixpkgs-06acfb853fb6598237b944bb129da66593f228e6.zip
nomachine-client: init at 6.3.6_1
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.

Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.

Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
Diffstat (limited to 'maintainers/maintainer-list.nix')
-rw-r--r--maintainers/maintainer-list.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 22ea07b9f11..f04e02bb1c7 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -4143,6 +4143,11 @@
     github = "taku0";
     name = "Takuo Yonezawa";
   };
+  talyz = {
+    email = "kim.lindberger@gmail.com";
+    github = "talyz";
+    name = "Kim Lindberger";
+  };
   tari = {
     email = "peter@taricorp.net";
     github = "tari";