Added xsel to the system expressions

svn path=/nixpkgs/trunk/; revision=1491
This commit is contained in:
Martin Bravenboer 2004-09-22 19:31:39 +00:00
parent 04c0ea5234
commit bb673dd21e
2 changed files with 5 additions and 0 deletions

@ -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;
};

@ -64,6 +64,7 @@ let {
vim
less
screen
xsel
openssl
mktemp
strace