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>
This commit is contained in:
Petr Hodina 2022-09-28 08:42:40 +02:00 committed by Marius Bakke
parent d650f9c5a4
commit 37161b83d0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3340,11 +3340,6 @@ (define-public plasma-framework
(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?