mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
graphicsmagick137: remove, not referenced anymore
This commit is contained in:
parent
8ea1f2d36c
commit
57e4cd680a
@ -1,32 +0,0 @@
|
||||
{stdenv, fetchurl, bzip2, freetype, graphviz, ghostscript
|
||||
, libjpeg, libpng, libtiff, libxml2, zlib, libtool
|
||||
, libX11}:
|
||||
|
||||
let version = "1.3.7"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "graphicsmagick-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.gz";
|
||||
sha256 = "0bwyqqvajz0hi34gfbjvm9f78icxk3fb442mvn8q2rapmvfpfkgf";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
|
||||
buildInputs =
|
||||
[ libpng bzip2 freetype ghostscript graphviz libjpeg libtiff libX11 libxml2
|
||||
zlib libtool
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
sed -i 's/-ltiff.*'\'/\'/ $out/bin/*
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.graphicsmagick.org;
|
||||
description = "Swiss army knife of image processing";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
@ -12841,10 +12841,6 @@ in
|
||||
graphicsmagick = callPackage ../applications/graphics/graphicsmagick { };
|
||||
graphicsmagick_q16 = callPackage ../applications/graphics/graphicsmagick { quantumdepth = 16; };
|
||||
|
||||
graphicsmagick137 = callPackage ../applications/graphics/graphicsmagick/1.3.7.nix {
|
||||
libpng = libpng12;
|
||||
};
|
||||
|
||||
gtkpod = callPackage ../applications/audio/gtkpod {
|
||||
gnome = gnome3;
|
||||
inherit (gnome) libglade;
|
||||
|
Loading…
Reference in New Issue
Block a user