libgnt: 2.14.3 -> 2.14.4-dev (#355043)

This commit is contained in:
Sandro
2024-12-11 19:07:37 +01:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "libgnt";
version = "2.14.3";
version = "2.14.4-dev";
outputs = [ "out" "dev" ] ++ lib.optional buildDocs "devdoc";
src = fetchurl {
url = "mirror://sourceforge/pidgin/${pname}-${version}.tar.xz";
hash = "sha256-V/VFf3KZnQuxoTmjfydG7BtaAsCU8nEKM52LzqQjYSM=";
hash = "sha256-GVkzqacx01dXkbiBulzArSpxXh6cTCPMqqKhfhZMluw=";
};
nativeBuildInputs = [ glib meson ninja pkg-config ]
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ncurses libxml2 ];
postPatch = ''
substituteInPlace meson.build --replace \
substituteInPlace meson.build --replace-fail \
"ncurses_sys_prefix = '/usr'" \
"ncurses_sys_prefix = '${lib.getDev ncurses}'"
'';