nixos: use pkgs.getent and stdenv.cc.libc
(cherry picked from commit 52eba9753aeba4f02c8ce0de50f10bd98de1ef1e)
This commit is contained in:
parent
2d0ec8b288
commit
9de0b2883a
@ -19,7 +19,9 @@ let
|
|||||||
pkgs.diffutils
|
pkgs.diffutils
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
pkgs.glibc # for ldd, getent
|
pkgs.stdenv.cc.libc
|
||||||
|
pkgs.getent
|
||||||
|
pkgs.getconf
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
pkgs.gnupatch
|
pkgs.gnupatch
|
||||||
pkgs.gnused
|
pkgs.gnused
|
||||||
|
@ -21,7 +21,7 @@ let
|
|||||||
[ coreutils
|
[ coreutils
|
||||||
gnugrep
|
gnugrep
|
||||||
findutils
|
findutils
|
||||||
glibc # needed for getent
|
getent
|
||||||
shadow
|
shadow
|
||||||
nettools # needed for hostname
|
nettools # needed for hostname
|
||||||
utillinux # needed for mount and mountpoint
|
utillinux # needed for mount and mountpoint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user