guvcview: use libsForQt5.callPackage
This commit is contained in:
parent
f04b40ae4b
commit
59588b68cd
|
@ -16,7 +16,7 @@
|
|||
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux
|
||||
, libpulseaudio ? null
|
||||
, useQt ? false
|
||||
, qt5 ? null
|
||||
, qtbase ? null
|
||||
, wrapQtAppsHook ? null
|
||||
# can be turned off if used as a library
|
||||
, useGtk ? true
|
||||
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||
++ stdenv.lib.optionals (pulseaudioSupport) [ libpulseaudio ]
|
||||
++ stdenv.lib.optionals (useGtk) [ gtk3 ]
|
||||
++ stdenv.lib.optionals (useQt) [
|
||||
qt5.qtbase
|
||||
qtbase
|
||||
]
|
||||
;
|
||||
configureFlags = [
|
||||
|
|
|
@ -19848,7 +19848,7 @@ in
|
|||
|
||||
gvisor-containerd-shim = callPackage ../applications/virtualization/gvisor/containerd-shim.nix { };
|
||||
|
||||
guvcview = callPackage ../os-specific/linux/guvcview { };
|
||||
guvcview = libsForQt5.callPackage ../os-specific/linux/guvcview { };
|
||||
|
||||
gxmessage = callPackage ../applications/misc/gxmessage { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue