diff options
-rw-r--r-- | flake.nix | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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; |