mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
hfst-ospell: 0.5.3 -> 0.5.4 (#361979)
This commit is contained in:
commit
a560959b1d
@ -2,7 +2,6 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, icu
|
, icu
|
||||||
, libarchive
|
, libarchive
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -10,24 +9,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "hfst-ospell";
|
pname = "hfst-ospell";
|
||||||
version = "0.5.3";
|
version = "0.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hfst";
|
owner = "hfst";
|
||||||
repo = "hfst-ospell";
|
repo = "hfst-ospell";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-16H1nbAIe+G71+TnlLG0WnH9LktZwmc0d0O+oYduH1k=";
|
hash = "sha256-BmM0acqPL8qPOJ0KEkcI264xj89v+VaItZ0yS8QLF3o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Pull upstream fix for gcc-13
|
|
||||||
(fetchpatch {
|
|
||||||
name = "cstdint.patch";
|
|
||||||
url = "https://github.com/hfst/hfst-ospell/commit/7481bffbf622bc9aee3547183fbe8db9cf8b22ce.patch";
|
|
||||||
hash = "sha256-q/B5mLx8Oc0nIRe3n3gl0OTyjIaEMCBsPc1GvpE226c=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
icu
|
icu
|
||||||
libarchive
|
libarchive
|
||||||
|
Loading…
Reference in New Issue
Block a user