mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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 = {
|
||||
homepage = http://pkg-shadow.alioth.debian.org/;
|
||||
description = "Suite containing authentication-related tools such as passwd and su";
|
||||
passthru = {
|
||||
shellPath = "/bin/nologin";
|
||||
};
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/nologin";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user