guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/72: gnu: qtimageformats-5: Fix indentation.


From: guix-commits
Subject: 22/72: gnu: qtimageformats-5: Fix indentation.
Date: Tue, 15 Aug 2023 20:42:24 -0400 (EDT)

apteryx pushed a commit to branch qt-updates
in repository guix.

commit cbb4b92e9b812eb384e41ee03f9aa2c705c12101
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Aug 13 10:27:51 2023 -0400

    gnu: qtimageformats-5: Fix indentation.
    
    * gnu/packages/qt.scm (qtimageformats-5): Fix indentation.
---
 gnu/packages/qt.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b6fe7bd14a..e1869802ea 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1095,19 +1095,20 @@ HostData=lib/qt5
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]