nixos/nscd: fix manual build
This commit is contained in:
parent
b2ef59ce21
commit
df6fa84709
@ -38,6 +38,11 @@ in
|
||||
default = if pkgs.stdenv.hostPlatform.libc == "glibc"
|
||||
then pkgs.stdenv.cc.libc.bin
|
||||
else pkgs.glibc.bin;
|
||||
defaultText = literalExample ''
|
||||
if pkgs.stdenv.hostPlatform.libc == "glibc"
|
||||
then pkgs.stdenv.cc.libc.bin
|
||||
else pkgs.glibc.bin;
|
||||
'';
|
||||
description = "package containing the nscd binary to be used by the service";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user