Merge pull request #231167 from trofi/m17n_lib-update

m17n_lib: 1.8.0 -> 1.8.2
This commit is contained in:
Sergei Trofimovich 2023-05-17 07:29:41 +01:00 committed by GitHub
commit a5d37f4be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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