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
commit ac47295b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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