abcm2ps: 8.14.17 -> 8.14.18 (#488198)

This commit is contained in:
dotlambda
2026-02-08 20:42:00 +00:00
committed by GitHub
+2 -13
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchfossil,
fetchpatch2,
docutils,
pkg-config,
freetype,
@@ -12,24 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "abcm2ps";
version = "8.14.17";
version = "8.14.18";
src = fetchfossil {
url = "https://chiselapp.com/user/moinejf/repository/abcm2ps";
rev = "v${finalAttrs.version}";
hash = "sha256-YA36wfj7owKu/KyWgCj6U8EJEh831cFtQj4/JtH6kVg=";
hash = "sha256-2nmKjLEZ9dTk+oE16gBm9iheVlLvQFvcdc5FPcxaq6M=";
};
patches = [
# fix build with C23
# 'bool' is a keyword with '-std=c23' onwards
# error: 'bool' cannot be used here
(fetchpatch2 {
url = "https://salsa.debian.org/debian/abcm2ps/-/raw/f741931567bb8cac8c9ed8e73b7ba838e4c17eb3/debian/patches/c23.diff";
hash = "sha256-+2LuHqY5+nWykCYGEOazDeJAf9sggPNp2yiqMQRepfM=";
})
];
configureFlags = [
"--INSTALL=install"
];