mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
cvs-fast-export: patch shebangs in source tree
This allows unit tests to run successfully in chroot build environments, which lack /usr/bin/env.
This commit is contained in:
parent
686fec3ce7
commit
0912bdfa92
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ mkDerivation rec {
|
|||
python27 rcs cvs git makeWrapper
|
||||
];
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(
|
||||
XML_CATALOG_FILES="${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml ${docbook_xml_xslt}/xml/xsl/docbook/catalog.xml"
|
||||
|
|
Loading…
Reference in a new issue