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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user