Merge pull request #34640 from knedlsepp/reduce-graphviz-impurity
graphviz: Explicitly specify libltdl directories
This commit is contained in:
commit
8754d64185
@ -31,7 +31,10 @@ stdenv.mkDerivation rec {
|
|||||||
CPPFLAGS = stdenv.lib.optionalString (xorg != null && stdenv.isDarwin)
|
CPPFLAGS = stdenv.lib.optionalString (xorg != null && stdenv.isDarwin)
|
||||||
"-I${cairo.dev}/include/cairo";
|
"-I${cairo.dev}/include/cairo";
|
||||||
|
|
||||||
configureFlags = optional (xorg == null) "--without-x";
|
configureFlags = [
|
||||||
|
"--with-ltdl-lib=${libtool.lib}/lib"
|
||||||
|
"--with-ltdl-include=${libtool}/include"
|
||||||
|
] ++ stdenv.lib.optional (xorg == null) [ "--without-x" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for f in $(find . -name Makefile.in); do
|
for f in $(find . -name Makefile.in); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user