Added sudo.

svn path=/nixpkgs/trunk/; revision=8898
This commit is contained in:
Michael Raskin 2007-06-19 23:55:02 +00:00
parent 4b04060e08
commit 7008472012

View file

@ -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;