zathura: preBuild phase not needed in latest zathura

This commit is contained in:
Rok Garbas 2014-08-03 21:33:37 +02:00
parent 34890e7c2a
commit 4b052cb846

View file

@ -11,13 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig file gtk girara gettext makeWrapper ];
# Bug in zathura build system: we should remove empty manfiles in order them
# to be compiled properly
preBuild = ''
rm zathura.1
rm zathurarc.5
'';
makeFlags = [ "PREFIX=$(out)" "RSTTOMAN=${docutils}/bin/rst2man.py" "VERBOSE=1" ];
postInstall = ''