GNU bug report logs -
#56771
[PATCH 00/33] *** Update Jami to 20220725, core Qt packages along the way
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase,
qtsvg-5 with qtsvg. Add libxkbcommon.
---
gnu/packages/audio.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a519e4ac2a..dbe6870913 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -125,6 +125,7 @@ (define-module (gnu packages audio)
#:use-module (gnu packages web)
#:use-module (gnu packages webkit)
#:use-module (gnu packages wxwidgets)
+ #:use-module (gnu packages xdisorg)
#:use-module (gnu packages xiph)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
@@ -5848,12 +5849,12 @@ (define-public qpwgraph
(base32
"1xqmlbqj6ny4cpclzr8xyy6d6i392h9f1vmlbasp6xfy5b0yya94"))))
(build-system cmake-build-system)
- (arguments
- `(#:tests? #f)) ;; no tests
+ (arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib
+ libxkbcommon
pipewire-0.3
- qtbase-5
- qtsvg-5))
+ qtbase
+ qtsvg))
(native-inputs (list pkg-config))
(synopsis "PipeWire graph manager")
(description
--
2.36.1
This bug report was last modified 3 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.