icewm: update from 1.3.7 to 1.3.8 and removed obsolete patch

This commit is contained in:
Pascal Wittmann
2014-09-29 19:39:35 +02:00
parent ad135c658d
commit bee638d269
2 changed files with 2 additions and 27 deletions
@@ -2,7 +2,7 @@
, fontconfig, xlibs, automake, pkgconfig, gdk_pixbuf }:
stdenv.mkDerivation rec {
name = "icewm-1.3.7";
name = "icewm-1.3.8";
buildInputs =
[ gettext libjpeg libtiff libungif libpng
@@ -13,11 +13,9 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/icewm/${name}.tar.gz";
sha256 = "0yw813d8amrl0n1fvdiyznxah92wcylj9kj1qhjc6h73d827h6na";
sha256 = "066d1mw0vm9ygxnyxksfi6k4vzclvnlkvj04pj3kbcmv1fg8sn0p";
};
patches = [ ./deprecated.patch ];
NIX_LDFLAGS = "-lfontconfig";
# The fuloong2f is not supported by 1.3.6 still