diff options
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r-- | gnu/packages/inkscape.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index ed40322e0d..c87f148329 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -222,12 +222,12 @@ endif()~%~%" ("python-numpy" ,python-numpy) ("python-lxml" ,python-lxml))) (native-inputs - `(("imagemagick" ,imagemagick) ;for tests - ("intltool" ,intltool) - ("glib" ,glib "bin") - ("googletest" ,googletest) - ("perl" ,perl) - ("pkg-config" ,pkg-config))) + (list imagemagick ;for tests + intltool + `(,glib "bin") + googletest + perl + pkg-config)) (home-page "https://inkscape.org/") (synopsis "Vector graphics editor") (description "Inkscape is a vector graphics editor. What sets Inkscape |