gnustep.base: fix icu 68 compatibility

This commit is contained in:
ajs124 2021-02-28 15:44:58 +01:00
parent e72375464b
commit 47bae87b75

View File

@ -1,7 +1,7 @@
{ aspell, audiofile { aspell, audiofile
, gsmakeDerivation , gsmakeDerivation
, cups , cups
, fetchurl , fetchurl, fetchpatch
, gmp, gnutls , gmp, gnutls
, libffi, binutils-unwrapped , libffi, binutils-unwrapped
, libjpeg, libtiff, libpng, giflib, libungif , libjpeg, libtiff, libpng, giflib, libungif
@ -33,7 +33,13 @@ gsmakeDerivation {
portaudio portaudio
libiberty libiberty
]; ];
patches = [ ./fixup-paths.patch ]; patches = [
./fixup-paths.patch
(fetchpatch { # for icu68 compatibility, remove with next update(?)
url = "https://github.com/gnustep/libs-base/commit/06fa7792a51cb970e5d010a393cb88eb127830d7.patch";
sha256 = "150n1sa34av9ywc04j36jvj7ic9x6pgr123rbn2mx5fj76q23852";
})
];
meta = { meta = {
description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa"; description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa";