mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
};
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user