Merge pull request #55753 from dtzWill/fix/awesome-asciidoc
awesome: drop asciidoc, no longer needed when moved to asciidoctor
This commit is contained in:
commit
14a719c9e2
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, luaPackages, cairo, librsvg, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
{ stdenv, fetchFromGitHub, luaPackages, cairo, librsvg, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
||||||
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
||||||
, xcb-util-cursor, makeWrapper, pango, gobject-introspection
|
, 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
|
, xmlto, docbook_xml_dtd_45, docbook_xsl, findXMLCatalogs
|
||||||
, libxkbcommon, xcbutilxrm, hicolor-icon-theme
|
, libxkbcommon, xcbutilxrm, hicolor-icon-theme
|
||||||
, asciidoctor
|
, asciidoctor
|
||||||
@ -19,7 +19,6 @@ with luaPackages; stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
asciidoc
|
|
||||||
cmake
|
cmake
|
||||||
doxygen
|
doxygen
|
||||||
imagemagick
|
imagemagick
|
||||||
|
Loading…
x
Reference in New Issue
Block a user