raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7da89252e604db5fdf9962c97402832b72fc870b
Author: Raghav Gururajan <[email protected]>
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,