lol

Merge pull request #153366 from helsinki-systems/fix/gnustep-base-utf8-bom

gnustep.base: fix issue with UTF-8 BOM

authored by

ajs124 and committed by
GitHub
2dedc1ea b6d7af04

+7
+7
pkgs/desktops/gnustep/base/default.nix
··· 2 2 , gsmakeDerivation 3 3 , cups 4 4 , fetchzip 5 + , fetchpatch 5 6 , gmp, gnutls 6 7 , libffi, binutils-unwrapped 7 8 , libjpeg, libtiff, libpng, giflib ··· 33 34 ]; 34 35 patches = [ 35 36 ./fixup-paths.patch 37 + # https://github.com/gnustep/libs-base/issues/212 / https://www.sogo.nu/bugs/view.php?id=5416#c15585 38 + (fetchpatch { 39 + url = "https://github.com/gnustep/libs-base/commit/bd5f2909e6edc8012a0a6e44ea1402dfbe1353a4.patch"; 40 + revert = true; 41 + sha256 = "02awigkbhqa60hfhqfh2wjsa960y3q6557qck1k2l231piz2xasa"; 42 + }) 36 43 ]; 37 44 38 45 meta = {