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 =
|
||||
[ pkg-config ]
|
||||
++ lib.optionals (is24 && stdenv.isLinux) [ util-linuxMinimal ]
|
||||
++ lib.optionals stdenv.isLinux [ util-linuxMinimal ]
|
||||
++ lib.optionals is24
|
||||
[ autoreconfHook
|
||||
autoconf-archive
|
||||
|
Loading…
Reference in New Issue
Block a user