nabi: 1.0.1 -> 1.0.2; fix build (#516514)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-05 21:11:23 +00:00
committed by GitHub
+6 -2
View File
@@ -7,23 +7,25 @@
libhangul,
autoconf,
automake,
gettext,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nabi";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "libhangul";
repo = "nabi";
tag = "nabi-${finalAttrs.version}";
hash = "sha256-C6K8sXVCGf45VZtGSCB5emFzZPV21kG9JxAwBHRiFsY=";
hash = "sha256-U3W8G7cJ+lIqso6gSixmenX1cWnKuJO6dumUz4SUWi0=";
};
nativeBuildInputs = [
pkg-config
autoconf
automake
gettext
];
buildInputs = [
@@ -33,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs ./autogen.sh
substituteInPlace ./autogen.sh --replace-fail "autopoint" "autopoint --force"
substituteInPlace ./autogen.sh --replace-fail "aclocal" "aclocal -I m4"
'';
preConfigure = ''