diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8d5073c06a..0ad36f4f0d 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1121,19 +1121,20 @@ (define-public qtsvg (license (package-license qtbase)))) (define-public qtimageformats-5 - (package (inherit qtsvg-5) + (package + (inherit qtsvg-5) (name "qtimageformats") (version "5.15.8") (source (origin - (method url-fetch) - (uri (qt-url name version)) - (sha256 - (base32 - "0c6fq9zcw5hbkiny56wx2fbm123x14l7habydv6zhvnhn3rhwi31")) - (modules '((guix build utils))) - (snippet - '(begin - (delete-file-recursively "src/3rdparty"))))) + (method url-fetch) + (uri (qt-url name version)) + (sha256 + (base32 + "0c6fq9zcw5hbkiny56wx2fbm123x14l7habydv6zhvnhn3rhwi31")) + (modules '((guix build utils))) + (snippet + '(begin + (delete-file-recursively "src/3rdparty"))))) (native-inputs `()) (inputs (list jasper