3
0
Fork 0
forked from mirrors/nixpkgs

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

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