guix-commits
[Top][All Lists]
Advanced

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

123/124: gnu: zbar: Rename qtbase to qtbase-5.


From: guix-commits
Subject: 123/124: gnu: zbar: Rename qtbase to qtbase-5.
Date: Tue, 10 Aug 2021 20:21:31 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit a5794cad38dcaff6f49d9430bfbb090b5a0d5ac0
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sat Jul 3 20:09:49 2021 -0400

    gnu: zbar: Rename qtbase to qtbase-5.
    
    This change is to reflect the changes made in commit,
    ea0a51071e68c37a4c9c25421cf03bc2f442c67b of master.
    
    * gnu/packages/aidc.scm (zbar)[propagated-inputs]: Replace qtbase
    with qtbase-5.
---
 gnu/packages/aidc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 20ec8ff..21fc195 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -211,7 +211,7 @@ C/C++ programs to use its capabilities without restrictions 
or overhead.")
      ;; These are in 'requires' field of .pc files.
      `(("glib" ,glib)
        ("gtk+" ,gtk+)
-       ("qtbase" ,qtbase)))
+       ("qtbase" ,qtbase-5)))
     (synopsis "Bar code reader")
     (description
      "ZBar can read barcodes from various sources, such as video streams,



reply via email to

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