diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-01 12:08:20 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-03 18:58:46 +0200 |
commit | 915620619954ff100ebc097f048adcc65715b0a0 (patch) | |
tree | a1e34b6cf17343de22398923e6dac2ec5bb0cdd7 /gnu/packages/video.scm | |
parent | 65e686d6cbdbf79628e76ca6cf10d10c735e453f (diff) | |
download | patches-915620619954ff100ebc097f048adcc65715b0a0.tar patches-915620619954ff100ebc097f048adcc65715b0a0.tar.gz |
gnu: simplescreenrecorder: Build against modular Qt.
* gnu/packages/video.scm (simplescreenrecorder)[inputs]: Remove QT. Add
QTBASE and QTX11EXTRAS.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6825cd7d2d..3e074e6c3f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2217,7 +2217,8 @@ making @dfn{screencasts}.") ("jack" ,jack-1) ("libxi" ,libxi) ("pulseaudio" ,pulseaudio) - ("qt" ,qt))) + ("qtbase" ,qtbase) + ("qtx11extras" ,qtx11extras))) (native-inputs `(("pkg-config" ,pkg-config))) (arguments `(#:configure-flags |