mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtsensors: Shorten line width.
* gnu/packages/qt.scm (qtsensors): Shorten line width, for 'guix lint'.
This commit is contained in:
parent
90e1ecdd9a
commit
1cf97f4606
1 changed files with 4 additions and 2 deletions
|
@ -1572,9 +1572,11 @@ (define-public qtsensors
|
|||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'fix-tests
|
||||
(lambda _
|
||||
(substitute* "tests/auto/qsensorgestures_gestures/tst_sensorgestures_gestures.cpp"
|
||||
(substitute* "tests/auto/qsensorgestures_gestures\
|
||||
/tst_sensorgestures_gestures.cpp"
|
||||
(("2000") "5000") ;lengthen test timeout
|
||||
(("QTest::newRow(\"twist\") << \"twist\"") "")))))))) ;failing test
|
||||
;; This test fails.
|
||||
(("QTest::newRow(\"twist\") << \"twist\"") ""))))))))
|
||||
(native-inputs
|
||||
(list perl qtdeclarative-5))
|
||||
(inputs (list qtbase-5))
|
||||
|
|
Loading…
Reference in a new issue