guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/143: gnu: plasma-framework: Remove 'apply-fix' phase.


From: guix-commits
Subject: 14/143: gnu: plasma-framework: Remove 'apply-fix' phase.
Date: Mon, 21 Nov 2022 16:10:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 37161b83d061fb9371cbc99bed77e29c1e697633
Author: Petr Hodina <phodina@protonmail.com>
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 <marius@gnu.org>
---
 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]