summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-22 19:31:39 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-22 19:31:39 +0000
commitbb673dd21e65690b78dd295b02994d9731722b31 (patch)
treed5f7d224681c1c7b22a45d4d0da573bcf1775bca /pkgs/system/all-packages-generic.nix
parent04c0ea5234e34dafd5ba9a1cd7a5b15cd574c1d7 (diff)
downloadnixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar.gz
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar.bz2
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar.lz
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar.xz
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.tar.zst
nixpkgs-bb673dd21e65690b78dd295b02994d9731722b31.zip
Added xsel to the system expressions
svn path=/nixpkgs/trunk/; revision=1491
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index d45f65bf1d6..f114789c6bc 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -138,6 +138,10 @@ rec {
     inherit fetchurl stdenv ncurses;
   };
 
+  xsel = (import ../tools/misc/xsel) {
+    inherit fetchurl stdenv x11;
+  };
+
   openssh = (import ../tools/networking/openssh) {
     inherit fetchurl stdenv zlib openssl;
   };