mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
* Okay, so something did break.
svn path=/nixpkgs/trunk/; revision=871
This commit is contained in:
parent
2fcc5fdb08
commit
bc71554fc8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
, perlXMLParser}:
|
||||
|
||||
assert perl != null && libxml2 != null && libxslt != null
|
||||
&& docbook != null_xml_dtd && perlXMLParser != null;
|
||||
&& docbook_xml_dtd != null && perlXMLParser != null;
|
||||
|
||||
# !!! seems to need iconv, but cannot find it since $glibc/bin is not in PATH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue