Added xsel to the system expressions
svn path=/nixpkgs/trunk/; revision=1491
This commit is contained in:
parent
04c0ea5234
commit
bb673dd21e
@ -138,6 +138,10 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xsel = (import ../tools/misc/xsel) {
|
||||||
|
inherit fetchurl stdenv x11;
|
||||||
|
};
|
||||||
|
|
||||||
openssh = (import ../tools/networking/openssh) {
|
openssh = (import ../tools/networking/openssh) {
|
||||||
inherit fetchurl stdenv zlib openssl;
|
inherit fetchurl stdenv zlib openssl;
|
||||||
};
|
};
|
||||||
|
@ -64,6 +64,7 @@ let {
|
|||||||
vim
|
vim
|
||||||
less
|
less
|
||||||
screen
|
screen
|
||||||
|
xsel
|
||||||
openssl
|
openssl
|
||||||
mktemp
|
mktemp
|
||||||
strace
|
strace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user