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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user