gnu: plasma-framework: Remove 'apply-fix' phase.
* gnu/packages/kde-frameworks.scm (plasma-framework): Remove 'apply-fix' phase. Signed-off-by: Marius Bakke <marius@gnu.org>
parent
d650f9c5a4
commit
37161b83d0
|
@ -3340,11 +3340,6 @@ setUrl, setUserAgent and call.")
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Fix based on https://invent.kde.org/frameworks/plasma-framework/-/issues/13
|
||||
(add-after 'unpack 'apply-fix
|
||||
(lambda* _
|
||||
(substitute* "src/scriptengines/qml/CMakeLists.txt"
|
||||
(("KF5::ConfigQml") ""))))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
|
|
Reference in New Issue