forked from M-Labs/nix-scripts
Revert "artiq-fast: add strictDeps=true to fetchcargo.nix"
This reverts commit 843da12452
.
This commit is contained in:
parent
fd25af0733
commit
2e62831998
|
@ -3,7 +3,6 @@
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "${name}-vendor";
|
name = "${name}-vendor";
|
||||||
nativeBuildInputs = [ cacert git cargo cargo-vendor ];
|
nativeBuildInputs = [ cacert git cargo cargo-vendor ];
|
||||||
strictDeps = true;
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
phases = "unpackPhase patchPhase installPhase";
|
phases = "unpackPhase patchPhase installPhase";
|
||||||
|
|
Loading…
Reference in New Issue