Merge pull request #33681 from obsidiansystems/fixed-output-deps

Fixed output deps
This commit is contained in:
John Ericson
2018-01-10 14:28:10 -05:00
committed by GitHub
48 changed files with 94 additions and 95 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{ name ? "cargo-deps", src, srcs, sourceRoot, sha256, cargoUpdateHook ? "" }:
stdenv.mkDerivation {
name = "${name}-vendor";
buildInputs = [ cacert cargoVendor git rust.cargo ];
nativeBuildInputs = [ cacert cargoVendor git rust.cargo ];
inherit src srcs sourceRoot;
phases = "unpackPhase installPhase";