mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
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 <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
5243f9ad75
commit
bf64a67eb6
1 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2023, 2025 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2024, 2025 Raven Hallsby <karl@hallsby.com>
|
;;; Copyright © 2024, 2025 Raven Hallsby <karl@hallsby.com>
|
||||||
;;; Copyright © 2024 antlers <antlers@illucid.net>
|
;;; Copyright © 2024 antlers <antlers@illucid.net>
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
(define-public anytype
|
(define-public anytype
|
||||||
(package
|
(package
|
||||||
(name "anytype")
|
(name "anytype")
|
||||||
(version "0.44.0")
|
(version "0.45.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
(file-name (string-append "anytype-" version ".deb"))
|
(file-name (string-append "anytype-" version ".deb"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0djyvz6y4pk277xa2mc4w6w029i3f7zd2d1pniyrpayhnna6f670"))))
|
"1g93adh92l9446929rlhp84hpmkwp3jrb9bs41ndz5x70li9plzm"))))
|
||||||
(build-system chromium-binary-build-system)
|
(build-system chromium-binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -98,10 +99,12 @@
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(symlink target exe)
|
(symlink target exe)
|
||||||
(wrap-program exe
|
(wrap-program exe
|
||||||
`("LD_LIBRARY_PATH" = (,share)))))))))
|
`("LD_LIBRARY_PATH" ":" prefix
|
||||||
|
(,share)))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list bzip2
|
||||||
flac
|
flac
|
||||||
|
`(,gcc-14 "lib")
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
harfbuzz
|
harfbuzz
|
||||||
libexif
|
libexif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue