graphicsmagick-imagemagick-compat: init at 1.3.28

This commit is contained in:
Dmitry Kalinkin
2018-05-09 03:11:19 -05:00
committed by Matthew Bauer
parent fba7c3adf8
commit 9b7d3f10e4
3 changed files with 41 additions and 3 deletions
@@ -2,10 +2,9 @@
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11
, libwebp, quantumdepth ? 8, fixDarwinDylibNames }:
let version = "1.3.29"; in
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "graphicsmagick-${version}";
version = "1.3.29";
src = fetchurl {
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz";