about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-19 03:07:04 +0400
committerNikolay Amiantov <ab@fmap.me>2016-04-19 03:07:04 +0400
commit998cde70e1e6a8edc7ac97381a88bc37b218469d (patch)
tree4872aa65c5d8d45cd3a9e24a2ffcf91a318e73ce /pkgs/top-level
parent84a2de0511969246e59a5124804650055ff59cf8 (diff)
parent27f734b1d4e1b257236563240bb054ecdc779324 (diff)
downloadnixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar.gz
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar.bz2
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar.lz
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar.xz
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.tar.zst
nixlib-998cde70e1e6a8edc7ac97381a88bc37b218469d.zip
Merge pull request #14659 from jgillich/rust-registry-2
rustRegistry: expose src, 2016-04-02 -> 2016-04-13
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/rust-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/rust-packages.nix b/pkgs/top-level/rust-packages.nix
index e22b5d3efe62..0476b3991ba0 100644
--- a/pkgs/top-level/rust-packages.nix
+++ b/pkgs/top-level/rust-packages.nix
@@ -20,7 +20,7 @@ let
 
 in
 
-runCommand "rustRegistry-${version}-${builtins.substring 0 7 rev}" {} ''
+runCommand "rustRegistry-${version}-${builtins.substring 0 7 rev}" { inherit src; } ''
   # For some reason, cargo doesn't like fetchgit's git repositories, not even
   # if we set leaveDotGit to true, set the fetchgit branch to 'master' and clone
   # the repository (tested with registry rev