qstopmotion: use more suitable guvcview build

This commit is contained in:
Doron Behar 2020-04-06 23:47:51 +03:00
parent 6aaab573e2
commit 1bfde2e0ce
1 changed files with 6 additions and 1 deletions

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 { };