shadow: fix passthru

The shadow package's shellPath wasn't detected properly

Fixes #16428
This commit is contained in:
zimbatm 2016-07-04 15:06:13 +01:00
parent cec48bfa74
commit c1a202de05

View file

@ -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";
};
}