* We don't need groups from shadow.
svn path=/nixpkgs/trunk/; revision=7159
This commit is contained in:
parent
e7194e0ed5
commit
89ba1cba24
@ -7,5 +7,8 @@ stdenv.mkDerivation {
|
||||
url = http://losser.labs.cs.uu.nl/~armijn/.nix/shadow-4.0.16.tar.bz2;
|
||||
md5 = "1d91f7479143d1d705b94180c0d4874b";
|
||||
};
|
||||
|
||||
configureFlags = "--with-selinux=no";
|
||||
|
||||
postInstall = "rm $out/bin/groups"; # coreutils provides `groups'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user