summary refs log tree commit diff
path: root/pkgs/applications/graphics/graphicsmagick
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-07-09 20:48:18 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-07-09 21:52:04 +0200
commit4b263946dd77aed9ec118aafc85fbd678397afe2 (patch)
treeb8d4bdca206ffc65d77dd865923c3f99fe287e88 /pkgs/applications/graphics/graphicsmagick
parent9a009383343a440bd0f9cda8dfde6142c69d5026 (diff)
downloadnixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar.gz
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar.bz2
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar.lz
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar.xz
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.tar.zst
nixpkgs-4b263946dd77aed9ec118aafc85fbd678397afe2.zip
qt3, graphicsmagick137, fox, neverball: fix build
Broken after freetype propagating libpng, which hid the older ones.
Reordering is enough to ensure the older libpng gets picked.
Diffstat (limited to 'pkgs/applications/graphics/graphicsmagick')
-rw-r--r--pkgs/applications/graphics/graphicsmagick/1.3.7.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/graphicsmagick/1.3.7.nix b/pkgs/applications/graphics/graphicsmagick/1.3.7.nix
index 291d61d5f6f..8b780647dfa 100644
--- a/pkgs/applications/graphics/graphicsmagick/1.3.7.nix
+++ b/pkgs/applications/graphics/graphicsmagick/1.3.7.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
   configureFlags = "--enable-shared";
 
   buildInputs =
-    [ bzip2 freetype ghostscript graphviz libjpeg libpng libtiff libX11 libxml2
+    [ libpng bzip2 freetype ghostscript graphviz libjpeg libtiff libX11 libxml2
       zlib libtool
     ];