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