libungif: remove in favour of giflib

libungif was merged into giflib in 2006, and hasn't been updated
since.  All non-broken packages still using it build fine with giflib.

See <http://giflib.sourceforge.net/history.html>.
This commit is contained in:
Alyssa Ross
2021-04-16 14:06:10 +00:00
parent 451d9d6f8e
commit 6e3b5fd046
14 changed files with 23 additions and 41 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, freetype, libjpeg, libungif, zlib }:
{ lib, stdenv, fetchurl, freetype, libjpeg, zlib }:
stdenv.mkDerivation rec {
pname = "swftools";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
patches = [ ./swftools.patch ];
buildInputs = [ freetype libjpeg libungif zlib ];
buildInputs = [ freetype libjpeg zlib ];
meta = with lib; {
description = "Collection of SWF manipulation and creation utilities";