gnu: qtsvg-5: Fix indentation.

* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2022-07-17 01:29:54 -04:00
parent 1ef04fb228
commit 580b033a50
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -830,15 +830,16 @@ (define-public qtbase
(files '("etc/xdg")))))))
(define-public qtsvg-5
(package (inherit qtbase-5)
(package
(inherit qtbase-5)
(name "qtsvg")
(version "5.15.2")
(source (origin
(method url-fetch)
(uri (qt5-urls name version))
(sha256
(base32
"0pjqrdmd1991x9h4rl8sf81pkd89hfd5h1a2gp3fjw96pk0w5hwb"))))
(method url-fetch)
(uri (qt5-urls name version))
(sha256
(base32
"0pjqrdmd1991x9h4rl8sf81pkd89hfd5h1a2gp3fjw96pk0w5hwb"))))
(propagated-inputs `())
(native-inputs (list perl))
(inputs