Added sudo.
svn path=/nixpkgs/trunk/; revision=8898
This commit is contained in:
parent
4b04060e08
commit
7008472012
@ -516,6 +516,10 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sudo = import ../tools/security/sudo {
|
||||||
|
inherit fetchurl stdenv coreutils;
|
||||||
|
};
|
||||||
|
|
||||||
sshfsFuse = import ../tools/networking/sshfs-fuse {
|
sshfsFuse = import ../tools/networking/sshfs-fuse {
|
||||||
inherit fetchurl stdenv pkgconfig fuse;
|
inherit fetchurl stdenv pkgconfig fuse;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user