guix-commits
[Top][All Lists]
Advanced

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

06/35: gnu: qtsvg-5: Fix indentation.


From: guix-commits
Subject: 06/35: gnu: qtsvg-5: Fix indentation.
Date: Mon, 1 Aug 2022 00:12:11 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 580b033a508c567852469e73fe85b236c11ae0b3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jul 17 01:29:54 2022 -0400

    gnu: qtsvg-5: Fix indentation.
    
    * gnu/packages/qt.scm (qtsvg-5): Fix indentation.
---
 gnu/packages/qt.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 07fc6128c2..8dc4e06329 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -830,15 +830,16 @@ 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
-             (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



reply via email to

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