mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:58:10 +00:00
basu: supply missing getent after PR #236458
https://hydra.nixos.org/build/225149294/nixlog/2/tail
This commit is contained in:
parent
24711148d4
commit
d6ac0eda24
@ -8,6 +8,7 @@
|
||||
, meson
|
||||
, ninja
|
||||
, python3
|
||||
, getent
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meson
|
||||
ninja
|
||||
python3
|
||||
getent
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user