apteryx pushed a commit to branch qt-updates
in repository guix.
commit 1f9017321ceadfe08a1cbb0bcd69903d394c3fdf
Author: Maxim Cournoyer <[email protected]>
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