guvcview: fix gsettings filechooser errors
This commit is contained in:
parent
eeb4e522b5
commit
d89ed04ea4
@ -1,5 +1,5 @@
|
|||||||
{ config, stdenv, fetchurl, intltool, pkgconfig
|
{ config, stdenv, fetchurl, intltool, pkgconfig
|
||||||
, gtk3, portaudio, SDL2, ffmpeg, udev, libusb1, libv4l, alsaLib, gsl
|
, gtk3, portaudio, SDL2, ffmpeg, udev, libusb1, libv4l, alsaLib, gsl, wrapGAppsHook
|
||||||
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null }:
|
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null }:
|
||||||
|
|
||||||
assert pulseaudioSupport -> libpulseaudio != null;
|
assert pulseaudioSupport -> libpulseaudio != null;
|
||||||
@ -13,8 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "11byyfpkcik7wvf2qic77zjamfr2rhji97dpj1gy2fg1bvpiqf4m";
|
sha256 = "11byyfpkcik7wvf2qic77zjamfr2rhji97dpj1gy2fg1bvpiqf4m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
nativeBuildInputs = [
|
||||||
[ SDL2
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
SDL2
|
||||||
alsaLib
|
alsaLib
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gtk3
|
gtk3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user