guix-commits
[Top][All Lists]
Advanced

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

52/72: gnu: qtmultimedia-5: Shorten maximum line width.


From: guix-commits
Subject: 52/72: gnu: qtmultimedia-5: Shorten maximum line width.
Date: Wed, 16 Aug 2023 06:41:13 -0400 (EDT)

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

commit c8a142579362060b9d6adcb67771a84f98b22a8b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:55:56 2023 -0400

    gnu: qtmultimedia-5: Shorten maximum line width.
    
    * gnu/packages/qt.scm (qtmultimedia-5): Shorten maximum line width, for 
'guix
    lint'.
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 52edb1516f..c1cee17542 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1586,7 +1586,8 @@ recognition API for devices.")))
              (lambda* (#:key outputs #:allow-other-keys)
                (let ((out (assoc-ref outputs "out")))
                  (invoke "qmake" "QT_BUILD_PARTS = libs tools tests"
-                         (string-append "QMAKE_LFLAGS_RPATH=-Wl,-rpath," out 
"/lib -Wl,-rpath,")
+                         (string-append "QMAKE_LFLAGS_RPATH=-Wl,-rpath,"
+                                        out "/lib -Wl,-rpath,")
                          (string-append "PREFIX=" out)))))))
        ((#:tests? _ #f) #f)))           ; TODO: Enable the tests
     (native-inputs



reply via email to

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