summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-01-17 19:06:46 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-01-17 19:06:46 +0000
commitb44168aaad0c483b047038267f51b66aacbc9aa3 (patch)
tree0b8c8fb3f06149e94eb6ce640ee27020a2905bf8 /pkgs/system/all-packages-generic.nix
parent6a42433ee4fecf48d159f442dc2176823985c4dc (diff)
downloadnixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar.gz
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar.bz2
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar.lz
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar.xz
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.tar.zst
nixpkgs-b44168aaad0c483b047038267f51b66aacbc9aa3.zip
remove stand-alone xauth (it's still somewhere in "tools" though), use the
one in the X server instead. Make xauth and xforwarding optional for SSH.
Enable by default.

svn path=/nixpkgs/trunk/; revision=4574
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 41fa4828455..b51741e17e5 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -275,6 +275,8 @@ rec {
 
   openssh = (import ../tools/networking/openssh) {
     inherit fetchurl stdenv zlib openssl;
+    inherit (xlibs) xauth;
+    xforwarding = true;
   };
 
   mktemp = (import ../tools/security/mktemp) {
@@ -295,11 +297,6 @@ rec {
     inherit (xlibs) libX11;
   };
 
-  xauth = (import ../tools/X11/xauth) {
-    inherit fetchurl stdenv pkgconfig;
-    inherit (xlibs) libX11 libXau libXext libXmu;
-  };
-
    
   ### SHELLS