gnu: breeze-icons: Fix failing tests.
* gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks.
This commit is contained in:
parent
2288c73936
commit
059954fa01
|
@ -335,13 +335,17 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-failing-test
|
(add-after 'unpack 'add-symlinks
|
||||||
|
;; Fix "ScalableTest" - FIXME: Remove for > 5.49.0
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Blacklist a test-function (failing at build.kde.org, too).
|
(symlink "../22/plasma-browser-integration.svg"
|
||||||
;; FIXME: recheck
|
"icons-dark/apps/48/plasma-browser-integration.svg")
|
||||||
(with-output-to-file "autotests/BLACKLIST"
|
(symlink "../22/plasma-browser-integration.svg"
|
||||||
(lambda _
|
"icons-dark/apps/64/plasma-browser-integration.svg")
|
||||||
(display "[test_duplicates]\n*\n")))
|
(symlink "../22/plasma-browser-integration.svg"
|
||||||
|
"icons/apps/48/plasma-browser-integration.svg")
|
||||||
|
(symlink "../22/plasma-browser-integration.svg"
|
||||||
|
"icons/apps/64/plasma-browser-integration.svg")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Loading…
Reference in New Issue