1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

Fixup coverage build

This commit is contained in:
Matthew Bauer 2020-06-25 18:04:16 -04:00 committed by John Ericson
parent 78fadaf863
commit ded6589953

View file

@ -200,6 +200,7 @@ let
enableParallelBuilding = true;
nativeBuildInputs = nativeBuildDeps;
buildInputs = buildDeps ++ propagatedDeps;
dontInstall = false;