mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtimageformats-5: Fix indentation.
* gnu/packages/qt.scm (qtimageformats-5): Fix indentation.
This commit is contained in:
parent
5e234d228a
commit
e3ad9b976f
1 changed files with 11 additions and 10 deletions
|
@ -1121,7 +1121,8 @@ (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
|
||||
|
|
Loading…
Reference in a new issue