Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Mar 19, 2024
1 parent 751efe1 commit 2449dd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions channel/zzkt/packages/inkscape.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)))))

0 comments on commit 2449dd7

Please sign in to comment.