From bf64a67eb63f71593543d82f6967dd49fae2ac15 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Fri, 14 Feb 2025 00:10:21 +0100 Subject: nongnu: anytype: Update to 0.45.3. * nongnu/packages/productivity.scm (anytype): Update to 0.45.3; [arguments]<#:phases>: Allow other values in LD_LIBRARY_PATH other than share/Anytype. [inputs]: Add gcc-14:lib. Signed-off-by: Hilton Chain Modified-by: Hilton Chain --- nongnu/packages/productivity.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/productivity.scm b/nongnu/packages/productivity.scm index 41e0a45..86e7215 100644 --- a/nongnu/packages/productivity.scm +++ b/nongnu/packages/productivity.scm @@ -1,5 +1,5 @@ ;;; SPDX-License-Identifier: GPL-3.0-or-later -;;; Copyright © 2023 Giacomo Leidi +;;; Copyright © 2023, 2025 Giacomo Leidi ;;; Copyright © 2024, 2025 Raven Hallsby ;;; Copyright © 2024 antlers @@ -7,6 +7,7 @@ #:use-module (gnu packages base) #:use-module (gnu packages compression) #:use-module (gnu packages freedesktop) + #:use-module (gnu packages gcc) #:use-module (gnu packages gl) #:use-module (gnu packages glib) #:use-module (gnu packages gtk) @@ -31,7 +32,7 @@ (define-public anytype (package (name "anytype") - (version "0.44.0") + (version "0.45.3") (source (origin (method url-fetch) @@ -41,7 +42,7 @@ (file-name (string-append "anytype-" version ".deb")) (sha256 (base32 - "0djyvz6y4pk277xa2mc4w6w029i3f7zd2d1pniyrpayhnna6f670")))) + "1g93adh92l9446929rlhp84hpmkwp3jrb9bs41ndz5x70li9plzm")))) (build-system chromium-binary-build-system) (arguments (list @@ -98,10 +99,12 @@ (mkdir-p bin) (symlink target exe) (wrap-program exe - `("LD_LIBRARY_PATH" = (,share))))))))) + `("LD_LIBRARY_PATH" ":" prefix + (,share))))))))) (inputs (list bzip2 flac + `(,gcc-14 "lib") gdk-pixbuf harfbuzz libexif -- cgit v1.2.3