guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3ed059f53808067867689bc5774f57a4e299c817
Author: Sughosha <sugho...@disroot.org>
AuthorDate: Wed May 28 17:30:14 2025 +0530

    gnu: signond: Remove qtbase from native-inputs.
    
    * gnu/packages/qt.scm (signond)[native-inputs]: Remove qtbase-5.
    (signond-qt6): Remove qtbase.
    
    Change-Id: If83258b2b5d7f93c5f2b7d1fc214ae64d4893bc5
    Signed-off-by: Zheng Junjie <z572@z572.online>
---
 gnu/packages/qt.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 49c014870b..0bd262341f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5888,7 +5888,7 @@ a secure way.")))
                (base32
                 "0k6saz5spys4a4p6ws0ayrjks2gqdqvz7zfmlhdpz5axha0gbqq4"))))
     (build-system qt-build-system)
-    (native-inputs (list doxygen pkg-config qtbase-5 qttools-5))
+    (native-inputs (list doxygen pkg-config qttools-5))
     (inputs (list dbus glib libaccounts-glib))
     (arguments
      (list #:tests? #f                  ; Figure out how to run tests
@@ -5938,7 +5938,6 @@ authentication on behalf of its clients.")
                  (base32
                   "13cgdf6hhi2z3c8sax79dwi7450n8h228kpyl2w5lx0xglb2savq"))))
       (native-inputs (modify-inputs (package-native-inputs signond)
-                       (delete "qtbase")
                        (replace "qttools" qttools)))
       (arguments
        (substitute-keyword-arguments (package-arguments signond)

Reply via email to