shadow: Don't install ‘groups’
Coreutils already provides this command.
This commit is contained in:
parent
732ea6382a
commit
60a63886f0
@ -30,6 +30,12 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace lib/nscd.c --replace /usr/sbin/nscd ${glibc}/sbin/nscd
|
substituteInPlace lib/nscd.c --replace /usr/sbin/nscd ${glibc}/sbin/nscd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Don't install ‘groups’, since coreutils already provides it.
|
||||||
|
postInstall =
|
||||||
|
''
|
||||||
|
rm $out/bin/groups $out/share/man/man1/groups.*
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pkg-shadow.alioth.debian.org/;
|
homepage = http://pkg-shadow.alioth.debian.org/;
|
||||||
description = "Suite containing authentication-related tools such as passwd and su";
|
description = "Suite containing authentication-related tools such as passwd and su";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user