nix: Run sandbox tests
on linux. To find problems like this earlier: https://github.com/NixOS/nix/pull/4659
This commit is contained in:
parent
cf8da7eabd
commit
85ae7d02da
@ -41,7 +41,7 @@ common =
|
|||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[ pkg-config ]
|
[ pkg-config ]
|
||||||
++ lib.optionals (is24 && stdenv.isLinux) [ util-linuxMinimal ]
|
++ lib.optionals 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