m17n_lib: 1.8.0 -> 1.8.2

The main change is drop of the upstream patch that fixes parallel build
failures.

Changes: https://lists.nongnu.org/archive/html/m17n-list/2023-05/msg00002.html
This commit is contained in:
Sergei Trofimovich 2023-05-10 22:14:42 +01:00
parent 9b5bd90d79
commit 05c60fe999

View file

@ -1,24 +1,20 @@
{ lib, stdenv, fetchurl, fetchpatch, m17n_db, autoreconfHook, pkg-config }:
{ lib
, stdenv
, fetchurl
, fetchpatch
, m17n_db
, autoreconfHook
, pkg-config
}:
stdenv.mkDerivation rec {
pname = "m17n-lib";
version = "1.8.0";
version = "1.8.2";
src = fetchurl {
url = "https://download.savannah.gnu.org/releases/m17n/m17n-lib-${version}.tar.gz";
sha256 = "0jp61y09xqj10mclpip48qlfhniw8gwy8b28cbzxy8hq8pkwmfkq";
hash = "sha256-5bA0SvnxFdlJV6P5ud68T45nG2n4wf1eC2iKeU16J/I=";
};
patches = [
(fetchpatch {
# Patch pending upstream inclusion:
# https://savannah.nongnu.org/bugs/index.php?61377
name = "parallel-build.patch";
url = "https://savannah.nongnu.org/bugs/download.php?file_id=53704";
hash = "sha256-1smKSIFVRJZSwCv0NiUsnndxKcPnJ/wqzH8+ka6nfNM=";
excludes = [ "src/ChangeLog" ];
})
];
strictDeps = true;
# reconf needed to sucesfully cross-compile