Put in earplugs

This commit is contained in:
nik gaffney 2024-03-19 11:40:52 +01:00
parent e4eb6a4f6b
commit 751efe177f
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -306,8 +306,9 @@ as the native format.")
(base32 "0sq81smxwypgnp7r3wgza8w25dsz9qa8ga79sc85xzj3qi6q9lfv"))))
(build-system cmake-build-system)
(arguments
(#:tests? #f)
(substitute-keyword-arguments (package-arguments inkscape/stable)
(list
(#:tests? #f
(substitute-keyword-arguments (package-arguments inkscape/stable)
((#:phases phases)
`(modify-phases ,phases
(replace 'wrap-program
@ -320,7 +321,7 @@ as the native format.")
;; Wrapping GDK_PIXBUF_MODULE_FILE allows Inkscape to load
;; its own icons in pure environments.
`("GDK_PIXBUF_MODULE_FILE" =
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))))
(inputs (modify-inputs (package-inputs inkscape/stable)
(append python-cssselect))) ;to render qrcode
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))