File tree 1 file changed +4
-0
lines changed
pkgs/development/libraries/libguestfs
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,15 @@ stdenv.mkDerivation rec {
35
35
substituteInPlace ocaml/Makefile.in --replace '$(DESTDIR)$(OCAMLLIB)' '$(out)/lib/ocaml'
36
36
substituteInPlace v2v/test-harness/Makefile.am --replace '$(DESTDIR)$(OCAMLLIB)' '$(out)/lib/ocaml'
37
37
substituteInPlace v2v/test-harness/Makefile.in --replace '$(DESTDIR)$(OCAMLLIB)' '$(out)/lib/ocaml'
38
+
39
+ # some scripts hardcore /usr/bin/env which is not available in the build env
40
+ patchShebangs .
38
41
'' ;
39
42
configureFlags = "--disable-appliance --disable-daemon" ;
40
43
patches = [ ./libguestfs-syms.patch ] ;
41
44
NIX_CFLAGS_COMPILE = "-I${ libxml2 . dev } /include/libxml2/" ;
42
45
installFlags = "REALLY_INSTALL=yes" ;
46
+ enableParallelBuilding = true ;
43
47
44
48
postInstall = ''
45
49
for bin in $out/bin/*; do
You can’t perform that action at this time.
0 commit comments