Added sudo.
svn path=/nixpkgs/trunk/; revision=8898
This commit is contained in:
parent
4b04060e08
commit
7008472012
1 changed files with 4 additions and 0 deletions
|
@ -516,6 +516,10 @@ rec {
|
|||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
||||
sudo = import ../tools/security/sudo {
|
||||
inherit fetchurl stdenv coreutils;
|
||||
};
|
||||
|
||||
sshfsFuse = import ../tools/networking/sshfs-fuse {
|
||||
inherit fetchurl stdenv pkgconfig fuse;
|
||||
inherit (gtkLibs) glib;
|
||||
|
|
Loading…
Reference in a new issue