me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 0 additions and 5 deletions

View File

@ -3340,11 +3340,6 @@ setUrl, setUserAgent and call.")
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-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 (replace 'check
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?