guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qt5ct: Import all qt-build-system-modules.


From: guix-commits
Subject: branch master updated: gnu: qt5ct: Import all qt-build-system-modules.
Date: Sun, 04 Jul 2021 03:43:55 -0400

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc73ddf  gnu: qt5ct: Import all qt-build-system-modules.
cc73ddf is described below

commit cc73ddfb9aee8eb7481bb6ee7925c1074f20134c
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Jul 4 09:39:25 2021 +0200

    gnu: qt5ct: Import all qt-build-system-modules.
    
    The previous definition tried to be clever and failed to capture, that
    qt-utils became necessary as of 7e24e1e58d6f53d9c77f6015229d0c35f7e66bca.
    See also <https://bugs.gnu.org/49374>.
    
    * gnu/packages/qt.scm (qt5ct)[#:imported-modules]: Expand
    qt-build-system-modules.
---
 gnu/packages/qt.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0a9fdb9..31a4597 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -156,9 +156,7 @@
     (arguments
      `(#:tests? #f                      ; No target
        #:imported-modules
-       (,@%gnu-build-system-modules
-        (guix build cmake-build-system)
-        (guix build qt-build-system))
+       (,@%qt-build-system-modules)
        #:modules
        ((guix build gnu-build-system)
         ((guix build qt-build-system)



reply via email to

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