gitAndTools.gitRemoteGcrypt: No need for rst2man patch anymore
This commit is contained in:
@@ -14,12 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
buildInputs = [ docutils makeWrapper ];
|
nativeBuildInputs = [ 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
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
prefix="$out" ./install.sh
|
prefix="$out" ./install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user