mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-28 08:45:41 +00:00
rosenthal: xwayland-satellite: Disable tests.
* rosenthal/packages/xorg.scm (xwayland-satellite)[arguments]<#:tests?>: Disable.
This commit is contained in:
parent
fbcf6a1d7d
commit
55e4d889a6
@ -29,6 +29,7 @@
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:install-source? #f
|
||||
#:tests? #f ;Requires running display server.
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
@ -36,10 +37,7 @@
|
||||
(substitute* "src/lib.rs"
|
||||
(("\"Xwayland\"")
|
||||
(format #f "\"~a\""
|
||||
(search-input-file inputs "bin/Xwayland"))))))
|
||||
(add-before 'check 'prepare-for-tests
|
||||
(lambda _
|
||||
(setenv "XDG_RUNTIME_DIR" "/tmp"))))))
|
||||
(search-input-file inputs "bin/Xwayland")))))))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs
|
||||
(cons* clang
|
||||
|
Loading…
Reference in New Issue
Block a user