Fix coverage job

This commit is contained in:
Eelco Dolstra 2020-03-20 13:39:39 +01:00
parent 1537e270fb
commit bc5d4843a9

View file

@ -132,8 +132,6 @@
''}
ln -sfn ${final.nixVendoredCrates}/vendor/ nix-rust/vendor
(cd perl; autoreconf --install --force --verbose)
'';
configureFlags = configureFlags ++
@ -344,6 +342,11 @@
src = self;
preConfigure =
''
ln -sfn ${nixVendoredCrates}/vendor/ nix-rust/vendor
'';
enableParallelBuilding = true;
buildInputs = buildDeps ++ propagatedDeps;