Revert "Merge pull request #36743 from xeji/gtkdoc"

This reverts commit bb38918fda, reversing
changes made to 83ee88e70f.

This change should go to staging instead.
This commit is contained in:
Frederik Rietdijk 2018-03-10 13:01:01 +01:00
parent bb38918fda
commit 865b21548f

View file

@ -1,10 +1,6 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, perl, python, libxml2Python, libxslt, which
, docbook_xml_dtd_43, docbook_xsl, gnome-doc-utils, dblatex, gettext, itstool }:
let
pythonEnv = python.withPackages (ps: with ps; [ six ]);
in
stdenv.mkDerivation rec {
name = "gtk-doc-${version}";
version = "1.27";
@ -22,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs =
[ pkgconfig perl pythonEnv libxml2Python libxslt docbook_xml_dtd_43 docbook_xsl
[ pkgconfig perl python libxml2Python libxslt docbook_xml_dtd_43 docbook_xsl
gnome-doc-utils dblatex gettext which itstool
];