forked from mirrors/nixpkgs
cvs-fast-export: don't link against librt
It's superfluous on Linux, and it breaks the build on Darwin.
This commit is contained in:
parent
ab6af31ecb
commit
07903b1617
|
@ -30,6 +30,7 @@ mkDerivation rec {
|
|||
preBuild = ''
|
||||
makeFlagsArray=(
|
||||
XML_CATALOG_FILES="${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml ${docbook_xml_xslt}/xml/xsl/docbook/catalog.xml"
|
||||
LIBS=""
|
||||
prefix="$out"
|
||||
)
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue