Merge pull request #118298 from hercules-ci/nix-run-sandbox-tests

nix: Run sandbox tests
This commit is contained in:
Sandro
2021-04-02 17:24:42 +02:00
committed by GitHub
@@ -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