about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/awesome
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2015-03-29 11:07:51 +0000
committerAristid Breitkreuz <aristidb@gmail.com>2015-03-29 11:08:11 +0000
commit69874c27ec999ed80179a7d679f211e7c49146a5 (patch)
tree495bc669285565afca607e941255ed733633d7bb /pkgs/applications/window-managers/awesome
parent9fde4cc2f09baa1e2f77684a60f6da0f53dd07c6 (diff)
awesome manpage is broken in chroot builds, disable for now
Diffstat (limited to 'pkgs/applications/window-managers/awesome')
-rw-r--r--pkgs/applications/window-managers/awesome/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/awesome/default.nix b/pkgs/applications/window-managers/awesome/default.nix
index 3b655b55c9c0f..3541743057cc2 100644
--- a/pkgs/applications/window-managers/awesome/default.nix
+++ b/pkgs/applications/window-managers/awesome/default.nix
@@ -2,8 +2,9 @@
 , xlibs, libstartup_notification, libxdg_basedir, libpthreadstubs
 , xcb-util-cursor, makeWrapper, pango, gobjectIntrospection, unclutter
 , compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
-, which, dbus, nettools, git, asciidoc, doxygen, xmlto, docbook_xml_dtd_45
-, docbook_xsl }:
+, which, dbus, nettools, git, asciidoc, doxygen
+#, xmlto, docbook_xml_dtd_45 , docbook_xsl
+}:
 
 let
   version = "3.5.6";
@@ -54,10 +55,10 @@ stdenv.mkDerivation rec {
     xlibs.xcbutilkeysyms
     xlibs.xcbutilrenderutil
     xlibs.xcbutilwm
-    xmlto docbook_xml_dtd_45 docbook_xsl
+    #xmlto docbook_xml_dtd_45 docbook_xsl
   ];
 
-  cmakeFlags = "-DGENERATE_MANPAGES=ON";
+  #cmakeFlags = "-DGENERATE_MANPAGES=ON";
 
   LD_LIBRARY_PATH = "${cairo}/lib:${pango}/lib:${gobjectIntrospection}/lib";
   GI_TYPELIB_PATH = "${pango}/lib/girepository-1.0";