shadow: fix passthru
The shadow package's shellPath wasn't detected properly Fixes #16428
This commit is contained in:
parent
cec48bfa74
commit
c1a202de05
@ -53,8 +53,9 @@ stdenv.mkDerivation rec {
|
|||||||
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";
|
||||||
passthru = {
|
};
|
||||||
shellPath = "/bin/nologin";
|
|
||||||
};
|
passthru = {
|
||||||
|
shellPath = "/bin/nologin";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user