Put in earplugs

This commit is contained in:
nik gaffney 2024-03-19 11:43:38 +01:00
parent 751efe177f
commit 2449dd718f
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -306,10 +306,9 @@ as the native format.")
(base32 "0sq81smxwypgnp7r3wgza8w25dsz9qa8ga79sc85xzj3qi6q9lfv"))))
(build-system cmake-build-system)
(arguments
(list
(#:tests? #f
(substitute-keyword-arguments (package-arguments inkscape/stable)
((#:phases phases)
((#:tests? #f)
(#:phases phases)
`(modify-phases ,phases
(replace 'wrap-program
;; Ensure Python is available at runtime.
@ -321,7 +320,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)))))