nixos: use pkgs.getent and stdenv.cc.libc

(cherry picked from commit 52eba9753aeba4f02c8ce0de50f10bd98de1ef1e)
This commit is contained in:
Will Dietz 2018-03-24 15:33:47 -05:00 committed by Matthew Bauer
parent 2d0ec8b288
commit 9de0b2883a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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