* Fix a hard-coded reference in `shadow' to /usr/sbin/nscd. This
prevented the nscd cache from being properly invalidated after a change, so that e.g. `useradd x; id x' would fail. svn path=/nixpkgs/trunk/; revision=22599
This commit is contained in:
@@ -6921,7 +6921,7 @@ let
|
||||
};
|
||||
|
||||
shadow = import ../os-specific/linux/shadow {
|
||||
inherit fetchurl stdenv pam;
|
||||
inherit fetchurl stdenv pam glibc;
|
||||
};
|
||||
|
||||
splashutils = import ../os-specific/linux/splashutils/default.nix {
|
||||
|
||||
Reference in New Issue
Block a user