guix-commits
[Top][All Lists]
Advanced

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

42/64: gnu: qtmultimedia-5: Shorten maximum line width.


From: guix-commits
Subject: 42/64: gnu: qtmultimedia-5: Shorten maximum line width.
Date: Tue, 22 Aug 2023 09:04:27 -0400 (EDT)

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

commit d7b36e50cbe91178d0be772d2bf1bbbc36b9e86b
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 b2670311cb..9194895c2f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1612,7 +1612,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]