gnustep.gui: fix icu 68 compatibility
This commit is contained in:
parent
47bae87b75
commit
f179f7c25c
@ -1,4 +1,4 @@
|
|||||||
{ gsmakeDerivation, fetchurl, base }:
|
{ gsmakeDerivation, fetchurl, fetchpatch, base }:
|
||||||
let
|
let
|
||||||
version = "0.28.0";
|
version = "0.28.0";
|
||||||
in
|
in
|
||||||
@ -9,7 +9,13 @@ gsmakeDerivation {
|
|||||||
sha256 = "05wk8kbl75qj0jgawgyv9sp98wsgz5vl1s0d51sads0p0kk2sv8z";
|
sha256 = "05wk8kbl75qj0jgawgyv9sp98wsgz5vl1s0d51sads0p0kk2sv8z";
|
||||||
};
|
};
|
||||||
buildInputs = [ base ];
|
buildInputs = [ base ];
|
||||||
patches = [ ./fixup-all.patch ];
|
patches = [
|
||||||
|
./fixup-all.patch
|
||||||
|
(fetchpatch { # for icu68 compatibility, remove with next update(?)
|
||||||
|
url = "https://github.com/gnustep/libs-gui/commit/05572b2d01713f5caf07f334f17ab639be8a1cff.patch";
|
||||||
|
sha256 = "04z287dk8jf3hdwzk8bpnv49qai2dcdlh824yc9bczq291pjy2xc";
|
||||||
|
})
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A GUI class library of GNUstep";
|
description = "A GUI class library of GNUstep";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user