guix-patches
[Top][All Lists]
Advanced

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

[bug#49377] [PATCH 1/2] gnu: language: Import qt-utils to nimf.


From: Domagoj Stolfa
Subject: [bug#49377] [PATCH 1/2] gnu: language: Import qt-utils to nimf.
Date: Sun, 4 Jul 2021 14:13:15 +0100

* gnu/packages/language.scm (nimf)[@:imported-modules]: Add qt-utils.
---
 gnu/packages/language.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 199a0368a9..9cfbb70a85 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -88,7 +88,8 @@
      `(#:imported-modules
        (,@%glib-or-gtk-build-system-modules
         (guix build cmake-build-system)
-        (guix build qt-build-system))
+        (guix build qt-build-system)
+        (guix build qt-utils))
        #:modules
        ((guix build glib-or-gtk-build-system)
         ((guix build qt-build-system)
--
2.32.0






reply via email to

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