guvcview: format arguments
This commit is contained in:
parent
6bac53e691
commit
ac0f42dee8
@ -1,6 +1,21 @@
|
|||||||
{ config, stdenv, fetchurl, intltool, pkgconfig
|
{ config
|
||||||
, gtk3, portaudio, SDL2, ffmpeg, udev, libusb1, libv4l, alsaLib, gsl, wrapGAppsHook
|
, stdenv
|
||||||
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null }:
|
, fetchurl
|
||||||
|
, intltool
|
||||||
|
, pkgconfig
|
||||||
|
, gtk3
|
||||||
|
, portaudio
|
||||||
|
, SDL2
|
||||||
|
, ffmpeg
|
||||||
|
, udev
|
||||||
|
, libusb1
|
||||||
|
, libv4l
|
||||||
|
, alsaLib
|
||||||
|
, gsl
|
||||||
|
, wrapGAppsHook
|
||||||
|
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux
|
||||||
|
, libpulseaudio ? null
|
||||||
|
}:
|
||||||
|
|
||||||
assert pulseaudioSupport -> libpulseaudio != null;
|
assert pulseaudioSupport -> libpulseaudio != null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user