From 6a43fc6a31ba7ab95e9d2b6ab3b23777104847f7 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 26 Mar 2024 21:57:26 -0300 Subject: [PATCH] packages: qt: Unexport qt6ct and qt3d --- radix/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radix/packages/qt.scm b/radix/packages/qt.scm index 2efaffd..ba8d37f 100644 --- a/radix/packages/qt.scm +++ b/radix/packages/qt.scm @@ -24,7 +24,7 @@ (define qt-url (@@ (gnu packages qt) qt-url)) -(define-public qt6ct +(define qt6ct (package (name "qt6ct") (version "1.6") @@ -89,7 +89,7 @@ the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message."))) -(define-public qt3d +(define qt3d (package (inherit qtbase) (name "qt3d")