3
0
Fork 0
forked from mirrors/nixpkgs

nixos/nscd: fix manual build

This commit is contained in:
Martin Weinelt 2022-04-18 14:47:53 +02:00 committed by zowoq
parent b2ef59ce21
commit df6fa84709

View file

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