Merge pull request #55753 from dtzWill/fix/awesome-asciidoc

awesome: drop asciidoc, no longer needed when moved to asciidoctor
This commit is contained in:
Alexey Shmalko 2019-02-17 02:18:53 +02:00 committed by GitHub
commit 14a719c9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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