musl/iconv: use copy from Alpine for minor touchups to error messages

+6 -3
+6 -3
pkgs/os-specific/linux/musl/default.nix
··· 17 sha256 = "14igk6k00bnpfw660qhswagyhvr0gfqg4q55dxvaaq7ikfkrir71"; 18 }; 19 20 - # iconv tool, implemented by musl author: 21 iconv_c = fetchurl { 22 name = "iconv.c"; 23 - url = "http://git.etalabs.net/cgit/noxcuse/plain/src/iconv.c?id=02d288d89683e99fd18fe9f54d4e731a6c474a4f"; 24 - sha256 = "1yafz6y509zxpa1i830p5463p91g0y70q60z8q054078qrpln8hp"; 25 }; 26 27 in
··· 17 sha256 = "14igk6k00bnpfw660qhswagyhvr0gfqg4q55dxvaaq7ikfkrir71"; 18 }; 19 20 + # iconv tool, implemented by musl author. 21 + # Original: http://git.etalabs.net/cgit/noxcuse/plain/src/iconv.c?id=02d288d89683e99fd18fe9f54d4e731a6c474a4f 22 + # We use copy from Alpine which fixes error messages, see: 23 + # https://git.alpinelinux.org/cgit/aports/commit/main/musl/iconv.c?id=a3d97e95f766c9c378194ee49361b375f093b26f 24 iconv_c = fetchurl { 25 name = "iconv.c"; 26 + url = "https://git.alpinelinux.org/cgit/aports/plain/main/musl/iconv.c?id=a3d97e95f766c9c378194ee49361b375f093b26f"; 27 + sha256 = "1mzxnc2ncq8lw9x6n7p00fvfklc9p3wfv28m68j0dfz5l8q2k6pp"; 28 }; 29 30 in