nixUnstable: add util-linuxMinimal to nativeBuildInputs
Fixes an issue in tests where they can fail with `../common.sh: line 92: unshare: command not found`.
This commit is contained in:
parent
a8107985b5
commit
fc3227e698
@ -10,7 +10,7 @@ let
|
|||||||
|
|
||||||
common =
|
common =
|
||||||
{ lib, stdenv, perl, curl, bzip2, sqlite, openssl ? null, xz
|
{ lib, stdenv, perl, curl, bzip2, sqlite, openssl ? null, xz
|
||||||
, bash, coreutils, gzip, gnutar
|
, bash, coreutils, util-linuxMinimal, gzip, gnutar
|
||||||
, pkg-config, boehmgc, perlPackages, libsodium, brotli, boost, editline, nlohmann_json
|
, pkg-config, boehmgc, perlPackages, libsodium, brotli, boost, editline, nlohmann_json
|
||||||
, autoreconfHook, autoconf-archive, bison, flex
|
, autoreconfHook, autoconf-archive, bison, flex
|
||||||
, jq, libarchive, libcpuid
|
, jq, libarchive, libcpuid
|
||||||
@ -41,6 +41,7 @@ common =
|
|||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[ pkg-config ]
|
[ pkg-config ]
|
||||||
|
++ lib.optionals (is24 && stdenv.isLinux) [ util-linuxMinimal ]
|
||||||
++ lib.optionals is24
|
++ lib.optionals is24
|
||||||
[ autoreconfHook
|
[ autoreconfHook
|
||||||
autoconf-archive
|
autoconf-archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user