summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/graphviz
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:36:59 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:42 +0200
commitbe00816cabc1fa91069c1d0c25ff2f94acaf3b27 (patch)
tree69bb0af3bbb7f9c04584935d55e9cda8cea161bc /pkgs/tools/graphics/graphviz
parent62479404ea1049beabfe4fd0f6e8c22ed60bf19a (diff)
treewide: Make explicit that 'dev' output of libjpeg is used
Diffstat (limited to 'pkgs/tools/graphics/graphviz')
-rw-r--r--pkgs/tools/graphics/graphviz/2.0.nix2
-rw-r--r--pkgs/tools/graphics/graphviz/2.32.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/graphviz/2.0.nix b/pkgs/tools/graphics/graphviz/2.0.nix
index 9799c83c8223..1fb49ac0e262 100644
--- a/pkgs/tools/graphics/graphviz/2.0.nix
+++ b/pkgs/tools/graphics/graphviz/2.0.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureFlags =
[ "--with-pngincludedir=${libpng}/include"
"--with-pnglibdir=${libpng.out}/lib"
- "--with-jpegincludedir=${libjpeg}/include"
+ "--with-jpegincludedir=${libjpeg.dev}/include"
"--with-jpeglibdir=${libjpeg.out}/lib"
"--with-expatincludedir=${expat.dev}/include"
"--with-expatlibdir=${expat.out}/lib"
diff --git a/pkgs/tools/graphics/graphviz/2.32.nix b/pkgs/tools/graphics/graphviz/2.32.nix
index aa0f02d34c36..8339f22f3edb 100644
--- a/pkgs/tools/graphics/graphviz/2.32.nix
+++ b/pkgs/tools/graphics/graphviz/2.32.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
configureFlags =
[ "--with-pngincludedir=${libpng}/include"
"--with-pnglibdir=${libpng.out}/lib"
- "--with-jpegincludedir=${libjpeg}/include"
+ "--with-jpegincludedir=${libjpeg.dev}/include"
"--with-jpeglibdir=${libjpeg.out}/lib"
"--with-expatincludedir=${expat.dev}/include"
"--with-expatlibdir=${expat.out}/lib"