summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2014-08-03 21:33:37 +0200
committerRok Garbas <rok@garbas.si>2014-08-03 21:34:19 +0200
commit4b052cb8469d98b568c8580cdab90069912fa168 (patch)
tree42d484bdfd01352d3d0930a4c87eb113a2231bab /pkgs/applications/misc/zathura
parent34890e7c2a825d0d43dc4d6d070d706181ae8374 (diff)
downloadnixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar.gz
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar.bz2
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar.lz
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar.xz
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.tar.zst
nixlib-4b052cb8469d98b568c8580cdab90069912fa168.zip
zathura: preBuild phase not needed in latest zathura
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/core/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/misc/zathura/core/default.nix b/pkgs/applications/misc/zathura/core/default.nix
index 5cffbe965bbb..5f44f79ebcdd 100644
--- a/pkgs/applications/misc/zathura/core/default.nix
+++ b/pkgs/applications/misc/zathura/core/default.nix
@@ -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 = ''