forked from mirrors/nixpkgs
ninja: re2c is not for building docs
ninja sources include re2c's output files, so unless we change the sources by applying a patch, re2c is not even launched anyway, it is not relevant to building docs
This commit is contained in:
parent
7b7865a973
commit
a4faf59aa1
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "16scq9hcq6c5ap6sy8j4qi75qps1zvrf3p79j1vbrvnqzp928i5f";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python ] ++ optionals buildDocs [ asciidoc docbook_xml_dtd_45 docbook_xsl libxslt.bin re2c ];
|
||||
nativeBuildInputs = [ python re2c ] ++ optionals buildDocs [ asciidoc docbook_xml_dtd_45 docbook_xsl libxslt.bin ];
|
||||
|
||||
buildPhase = ''
|
||||
python configure.py --bootstrap
|
||||
|
|
Loading…
Reference in a new issue