Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2015-07-26 17:57:46 +02:00
122 changed files with 2787 additions and 1182 deletions

View File

@@ -44,7 +44,7 @@ in stdenv.mkDerivation (args // {
export CARGO_HOME="$(realpath deps)"
# Let's find out which $indexHash cargo uses for file:///dev/null
(cd $sourceRoot && cargo fetch &>/dev/null)
(cd $sourceRoot && cargo fetch &>/dev/null) || true
cd deps
indexHash="$(basename $(echo registry/index/*))"