parent
6dc9d21cc8
commit
dbb8958fef
|
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ openssl makeWrapper ];
|
buildInputs = [ openssl makeWrapper ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace commands.cpp \
|
||||||
|
--replace '(escape_shell_arg(our_exe_path()))' '= "git-crypt"'
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make install PREFIX=$out
|
make install PREFIX=$out
|
||||||
wrapProgram $out/bin/* --prefix PATH : ${gnupg1compat}/bin
|
wrapProgram $out/bin/* --prefix PATH : ${gnupg1compat}/bin
|
||||||
|
|
Loading…
Reference in New Issue