1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: appimage-type2-runtime: Use self-references for #:disallowed-references.

* gnu/packages/appimage.scm (appimage-type2-runtime)[arguments]: Use
self-references for #:disallowed-references.

Change-Id: I250e0a7dc796cb28d17d39ed679d1742032ed4b6
This commit is contained in:
Ludovic Courtès
2025-11-09 22:20:43 +01:00
parent 9069e27059
commit c4fdfa3174

View File

@@ -80,10 +80,10 @@
(put-bytevector port #vu8(#x41 #x49 #x02)) (put-bytevector port #vu8(#x41 #x49 #x02))
(close-port port))))) (close-port port)))))
#:disallowed-references #:disallowed-references
(list squashfuse-for-appimage (list (this-package-input "squashfuse-for-appimage")
fuse-for-appimage (this-package-input "fuse")
(gexp-input zstd "static") (gexp-input (this-package-input "zstd") "static")
(gexp-input zlib "static")))) (gexp-input (this-package-input "zlib") "static"))))
;; Only needed at build time. ;; Only needed at build time.
(inputs (list squashfuse-for-appimage (inputs (list squashfuse-for-appimage
fuse-for-appimage fuse-for-appimage