mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
1cf97f4606
commit
70fed689c0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue