gnu: qtimageformats-5: Fix indentation.

* gnu/packages/qt.scm (qtimageformats-5): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2023-08-13 10:27:51 -04:00
parent 5e234d228a
commit e3ad9b976f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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