gnu: qtmultimedia-5: Shorten maximum line width.

* gnu/packages/qt.scm (qtmultimedia-5): Shorten maximum line width, for 'guix
lint'.
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:55:56 -04:00
parent 1cf97f4606
commit 70fed689c0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1612,7 +1612,8 @@ (define-public qtmultimedia-5
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(invoke "qmake" "QT_BUILD_PARTS = libs tools tests" (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))))))) (string-append "PREFIX=" out)))))))
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(native-inputs (native-inputs