about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2019-02-17 02:18:53 +0200
committerGitHub <noreply@github.com>2019-02-17 02:18:53 +0200
commit14a719c9e2046021cc342f29b05abe074dfb5139 (patch)
tree946f3b06667eb0797342eb25cda6a8912dbf7bdc /pkgs/applications/window-managers
parente77ffb39b5d4f3f2c5f6cd4c8d1962d3abbc562b (diff)
parentff5676a216daf39a10b53a3febe1dc6783377d76 (diff)
Merge pull request #55753 from dtzWill/fix/awesome-asciidoc
awesome: drop asciidoc, no longer needed when moved to asciidoctor
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/awesome/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/awesome/default.nix b/pkgs/applications/window-managers/awesome/default.nix
index 9791b2c872915..364771de80fd6 100644
--- a/pkgs/applications/window-managers/awesome/default.nix
+++ b/pkgs/applications/window-managers/awesome/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, luaPackages, cairo, librsvg, cmake, imagemagick, pkgconfig, gdk_pixbuf
 , xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
 , xcb-util-cursor, makeWrapper, pango, gobject-introspection
-, which, dbus, nettools, git, asciidoc, doxygen
+, which, dbus, nettools, git, doxygen
 , xmlto, docbook_xml_dtd_45, docbook_xsl, findXMLCatalogs
 , libxkbcommon, xcbutilxrm, hicolor-icon-theme
 , asciidoctor
@@ -19,7 +19,6 @@ with luaPackages; stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    asciidoc
     cmake
     doxygen
     imagemagick