rustPlatform.fetchcargo: expose

This commit is contained in:
Alyssa Ross
2019-12-23 18:27:56 +00:00
parent fdfbb4671e
commit b9d274b89d
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ let cargo-vendor-normalise = stdenv.mkDerivation {
};
in
{ name ? "cargo-deps"
, src
, srcs
, patches
, src ? null
, srcs ? []
, patches ? []
, sourceRoot
, sha256
, cargoUpdateHook ? ""