1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libkscreen: Fix build.

* gnu/packages/kde-plasma.scm (libkscreen)[arguments]<#:test-exclude>: Exclude
"kscreen-testqscreenbackend".
<#:phases>: In 'check-env-setup phase, do not add "verifyScreen" to BLACKLIST.

Change-Id: Ic15de9d443a62f0f6e306e98fc2c2f4b9243a9a3
This commit is contained in:
Sughosha
2025-10-24 19:51:32 +05:30
parent 2647f0dfd1
commit 57dac3bc2c

View File

@@ -1310,6 +1310,7 @@ the running system.")
(arguments
(list
#:qtbase qtbase
#:test-exclude "kscreen-testqscreenbackend"
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'check-env-setup
@@ -1329,8 +1330,7 @@ the running system.")
"testPreferredBackend"
"testFallback"
"testModeSwitching"
"verifyConfig"
"verifyScreen"))))))))))
"verifyConfig"))))))))))
(native-inputs
(list extra-cmake-modules
pkg-config