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:
Daniel Fox Franke 2015-08-28 20:54:45 -04:00
parent ab6af31ecb
commit 07903b1617

View File

@ -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"
)
'';