nix: Run sandbox tests

on linux.

To find problems like this earlier: https://github.com/NixOS/nix/pull/4659
This commit is contained in:
Robert Hensing 2021-04-02 10:51:12 +02:00
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