guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: ktouch: Use fixed qt-build-system.


From: guix-commits
Subject: 07/07: gnu: ktouch: Use fixed qt-build-system.
Date: Mon, 23 Dec 2019 11:50:22 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 50bdf004388f3d12ddcbfd0dc7f17c4086cea8bb
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 23 16:05:02 2019 +0100

    gnu: ktouch: Use fixed qt-build-system.
    
    * gnu/packages/education.scm (ktouch)[arguments]<phases>: Use
      %standard-phases without explicitly referring to the qt-build-system
      module.
---
 gnu/packages/education.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 2a9bfa0..0f88954 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -567,7 +567,7 @@ language and very flexible regarding to new or unknown 
keyboard layouts.")
     (build-system qt-build-system)
     (arguments
      `(#:phases
-       (modify-phases (@ (guix build qt-build-system) %standard-phases)
+       (modify-phases %standard-phases
          (add-after 'configure 'patch-makefiles
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((qtdec (assoc-ref inputs "qtdeclarative")))



reply via email to

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