1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04: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;