diff --git a/channel/zzkt/packages/inkscape.scm b/channel/zzkt/packages/inkscape.scm index 927709e..5f27950 100644 --- a/channel/zzkt/packages/inkscape.scm +++ b/channel/zzkt/packages/inkscape.scm @@ -29,9 +29,9 @@ (define-module (zzkt packages inkscape) + #:use-module (gnu packages inkscape) ;; inherit from hidden package #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) - #:use-module (guix packages inkscape) ;; inherit #:use-module (guix download) #:use-module (guix utils) #:use-module (guix build-system cmake)