gitAndTools.gitRemoteGcrypt: No need for rst2man patch anymore
This commit is contained in:
parent
d2724c1346
commit
bf4cd1ee32
@ -14,12 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
buildInputs = [ docutils makeWrapper ];
|
||||
|
||||
# The install.sh script expects rst2man, but here it's named rst2man.py
|
||||
patchPhase = ''
|
||||
sed -i 's/rst2man/rst2man.py/g' install.sh
|
||||
'';
|
||||
nativeBuildInputs = [ docutils makeWrapper ];
|
||||
|
||||
installPhase = ''
|
||||
prefix="$out" ./install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user