mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
guix: Dependencies for rendering icons
This commit is contained in:
parent
72296ed24e
commit
f0a588de91
@ -10,6 +10,8 @@
|
|||||||
(gnu packages file)
|
(gnu packages file)
|
||||||
(gnu packages gawk)
|
(gnu packages gawk)
|
||||||
(gnu packages gcc)
|
(gnu packages gcc)
|
||||||
|
(gnu packages image)
|
||||||
|
(gnu packages imagemagick)
|
||||||
((gnu packages installers) #:select (nsis-x86_64))
|
((gnu packages installers) #:select (nsis-x86_64))
|
||||||
((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux))
|
((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux))
|
||||||
(gnu packages llvm)
|
(gnu packages llvm)
|
||||||
@ -526,6 +528,9 @@ inspecting signatures in Mach-O binaries.")
|
|||||||
autoconf-2.71
|
autoconf-2.71
|
||||||
automake
|
automake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
imagemagick
|
||||||
|
libicns
|
||||||
|
librsvg
|
||||||
;; Scripting
|
;; Scripting
|
||||||
python-minimal ;; (3.10)
|
python-minimal ;; (3.10)
|
||||||
;; Git
|
;; Git
|
||||||
|
Loading…
Reference in New Issue
Block a user