mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:29:17 -05:00
gnu: qtsvg-5: Fix indentation.
* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
This commit is contained in:
parent
1ef04fb228
commit
580b033a50
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue