qstopmotion: use more suitable guvcview build

This commit is contained in:
Doron Behar
2020-04-25 12:52:15 +03:00
parent 6aaab573e2
commit 1bfde2e0ce
+6 -1
View File
@@ -21502,7 +21502,12 @@ in
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
qstopmotion = libsForQt5.callPackage ../applications/video/qstopmotion { };
qstopmotion = libsForQt5.callPackage ../applications/video/qstopmotion {
guvcview = guvcview.override {
useQt = true;
useGtk = false;
};
};
qsynth = libsForQt5.callPackage ../applications/audio/qsynth { };