From 6d3bd7aa7ecde089f0f117e58af78c4499802cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 2 Jun 2026 10:16:04 -0700 Subject: [PATCH] libfreehand: 0.1.2 -> 0.1.3 --- pkgs/by-name/li/libfreehand/package.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/li/libfreehand/package.nix b/pkgs/by-name/li/libfreehand/package.nix index b926e22d18c4..056f52cbfe49 100644 --- a/pkgs/by-name/li/libfreehand/package.nix +++ b/pkgs/by-name/li/libfreehand/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchzip, - fetchpatch, perl, pkg-config, boost, @@ -16,11 +15,11 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "libfreehand"; - version = "0.1.2"; + version = "0.1.3"; src = fetchzip { url = "https://dev-www.libreoffice.org/src/libfreehand/libfreehand-${finalAttrs.version}.tar.xz"; - hash = "sha256-0icEGnTtYveP24FbYjRB7tFW/TquSOszbqZspHAhQ7I="; + hash = "sha256-ZcvG00JP3BoFv1PIeAhZyr7t1zANhTVluBZQqEbWCvY="; }; nativeBuildInputs = [ @@ -41,13 +40,6 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--disable-werror" ]; - patches = [ - (fetchpatch { - url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libfreehand/-/raw/main/libfreehand-0.1.2-icu-fix.patch?ref_type=heads"; - hash = "sha256-SRkcF+FRkFdueLSTOMYWo6+CCl05f0OBP6G5VrXRyCw="; - }) - ]; - meta = { description = "Adobe Freehand import library"; homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";