merge #5521: give fetchgit outputs nicer names

This commit is contained in:
Vladimír Čunát
2015-01-13 17:46:44 +01:00
8 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
'';
sourceRoot = "git-export/src";
sourceRoot = "proot/src";
meta = with stdenv.lib; {
homepage = http://proot.me;