gnu: libdrm: Extend test timeout on armhf-linux.

* gnu/packages/xdisorg.scm (libdrm)[arguments]: Replace the 'check phase
on armhf-linux.
master
Efraim Flashner 2019-03-19 14:31:54 +02:00
parent c022edf6f4
commit fe7c6f91dd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 1 deletions

View File

@ -401,7 +401,14 @@ rasterisation.")
"-Detnaviv=true"
"-Dtegra=true"
"-Dfreedreno-kgsl=true"))
(_ '())))))
(_ '())))
,@(if (string=? (%current-system) "armhf-linux")
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "meson" "test" "--timeout-multiplier" "5")))))
'())))
(inputs
`(("libpciaccess" ,libpciaccess)))
(native-inputs