diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 06:17:52 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 18:06:42 +0300 |
commit | b37662e25c8603ccd1f907de0859aa6f035a3839 (patch) | |
tree | 0dbfa5b30abfb09471e559350ad9784992a8e868 | |
parent | 90a2309b74f5094eb04feee5b8f99a8fea9bfa0f (diff) | |
download | guix-b37662e25c8603ccd1f907de0859aa6f035a3839.tar guix-b37662e25c8603ccd1f907de0859aa6f035a3839.tar.gz |
gnu: v4l-utils: Build with qtbase.
* gnu/packages/video.scm (v4l-utils)[inputs]: Remove qt, add qtbase.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5bed6e6591..d0a9785b7c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1349,7 +1349,7 @@ tools, XML authoring components, and an extensible plug-in based API.") ("glu" ,glu) ("libjpeg" ,libjpeg) ("libx11" ,libx11) - ("qt" ,qt) + ("qtbase" ,qtbase) ("eudev" ,eudev))) (synopsis "Realtime video capture utilities for Linux") (description "The v4l-utils provide a series of libraries and utilities to |