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 2449dd7 commit 54977e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions channel/zzkt/packages/inkscape.scm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ endif()~%~%"
((".*find_package\\(DoubleConversion.*") ""))))))
(build-system cmake-build-system)
(arguments
`(#:test-target "check" ;otherwise some test binaries are missing
`(#:tests? #f ;; surface without tests?
#:test-target "check" ;; otherwise some test binaries are missing
#:imported-modules (,@%cmake-build-system-modules
(guix build glib-or-gtk-build-system))
#:modules ((guix build cmake-build-system)
Expand Down Expand Up @@ -307,8 +308,7 @@ as the native format.")
(build-system cmake-build-system)
(arguments
(substitute-keyword-arguments (package-arguments inkscape/stable)
((#:tests? #f)
(#:phases phases)
((#:phases phases)
`(modify-phases ,phases
(replace 'wrap-program
;; Ensure Python is available at runtime.
Expand Down

0 comments on commit 54977e7

Please sign in to comment.