From 05c60fe999c518912b1cd4d635ec3a14a4194ce8 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 10 May 2023 22:14:42 +0100 Subject: [PATCH] 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 --- pkgs/tools/inputmethods/m17n-lib/default.nix | 24 ++++++++------------ 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/pkgs/tools/inputmethods/m17n-lib/default.nix b/pkgs/tools/inputmethods/m17n-lib/default.nix index ff3b0afad25d..73d7353894fe 100644 --- a/pkgs/tools/inputmethods/m17n-lib/default.nix +++ b/pkgs/tools/inputmethods/m17n-lib/default.nix @@ -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