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 e4eb6a4 commit 751efe1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions channel/zzkt/packages/inkscape.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)))))

0 comments on commit 751efe1

Please sign in to comment.