mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:21:57 +03:00
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"
|
||||
'';
|
||||
|
||||
sourceRoot = "git-export/src";
|
||||
sourceRoot = "proot/src";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://proot.me;
|
||||
|
Loading…
Reference in New Issue
Block a user