diff options
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 5 |
1 files changed, 0 insertions, 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? |