Skip to content

Commit

Permalink
libgdiplus: remove conflicting libungif that causes segfaults when op…
Browse files Browse the repository at this point in the history
…ening a GIF file
  • Loading branch information
svanderburg committed May 4, 2018
1 parent f79e0fc commit b41ede5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgdiplus/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, glib, cairo, Carbon, fontconfig
, libtiff, giflib, libungif, libjpeg, libpng, monoDLLFixer
, libtiff, giflib, libjpeg, libpng, monoDLLFixer
, libXrender, libexif }:

stdenv.mkDerivation rec {
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
patchFlags = "-p0";

buildInputs =
[ pkgconfig glib cairo fontconfig libtiff giflib libungif
[ pkgconfig glib cairo fontconfig libtiff giflib
libjpeg libpng libXrender libexif
]
++ stdenv.lib.optional stdenv.isDarwin Carbon;
Expand Down

0 comments on commit b41ede5

Please sign in to comment.