mbakke pushed a commit to branch master
in repository guix.
commit 37161b83d061fb9371cbc99bed77e29c1e697633
Author: Petr Hodina <[email protected]>
AuthorDate: Wed Sep 28 08:42:40 2022 +0200
gnu: plasma-framework: Remove 'apply-fix' phase.
* gnu/packages/kde-frameworks.scm (plasma-framework): Remove 'apply-fix'
phase.
Signed-off-by: Marius Bakke <[email protected]>
---
gnu/packages/kde-frameworks.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index bae5fc53ee..1e3c407483 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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?