Added xsel to the system expressions
svn path=/nixpkgs/trunk/; revision=1491
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user