proot: Don't hard-code git-export
This commit is contained in:
parent
a8603605aa
commit
664d0fbbba
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
|
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sourceRoot = "git-export/src";
|
sourceRoot = "proot/src";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://proot.me;
|
homepage = http://proot.me;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user