mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue