fcft: 3.1.8 -> 3.1.9 (#350759)

This commit is contained in:
rewine 2024-10-25 10:22:10 +08:00 committed by GitHub
commit a3f2a78073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,25 +17,16 @@ in
stdenv.mkDerivation rec {
pname = "fcft";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "fcft";
rev = version;
hash = "sha256-Wgm2QdW4rg573soF/8HhDmlyN4S2cA0VWOejow464gU=";
hash = "sha256-D4W62IHuM7ofEeU/3sp038tv2a1+xQd0mdSKXaY7Ikg=";
};
patches = [
(fetchpatch {
name = "system-nanosvg.patch";
url = "https://codeberg.org/dnkl/fcft/commit/5cee776e1d7f1bdb0df383c3dd798831a6fe4fa0.patch";
excludes = [ "CHANGELOG.md" ];
hash = "sha256-yRBtKCKT/Oih66/OQqt4GPg3GfHmhiLM8mlLEWYYRC0=";
})
];
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
buildInputs = [ freetype fontconfig nanosvg pixman tllist ]