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,7 +830,8 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
|||
(files '("etc/xdg")))))))
|
||||
|
||||
(define-public qtsvg-5
|
||||
(package (inherit qtbase-5)
|
||||
(package
|
||||
(inherit qtbase-5)
|
||||
(name "qtsvg")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
|
Reference in a new issue