bomi: move defaults to package file
This commit is contained in:
parent
d364e682b0
commit
fe75379459
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, perl, python, which
|
{ config, stdenv, fetchFromGitHub
|
||||||
|
, fetchpatch, pkgconfig, perl, python, which
|
||||||
, libX11, libxcb, libGLU_combined
|
, libX11, libxcb, libGLU_combined
|
||||||
, qtbase, qtdeclarative, qtquickcontrols, qttools, qtx11extras, qmake, makeWrapper
|
, qtbase, qtdeclarative, qtquickcontrols, qttools, qtx11extras, qmake, makeWrapper
|
||||||
, libchardet
|
, libchardet
|
||||||
@ -15,7 +16,7 @@
|
|||||||
, libbluray
|
, libbluray
|
||||||
, jackSupport ? false, jack ? null
|
, jackSupport ? false, jack ? null
|
||||||
, portaudioSupport ? false, portaudio ? null
|
, portaudioSupport ? false, portaudio ? null
|
||||||
, pulseSupport ? true, libpulseaudio ? null
|
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
|
||||||
, cddaSupport ? false, libcdda ? null
|
, cddaSupport ? false, libcdda ? null
|
||||||
, youtubeSupport ? true, youtube-dl ? null
|
, youtubeSupport ? true, youtube-dl ? null
|
||||||
}:
|
}:
|
||||||
|
@ -16207,7 +16207,6 @@ in
|
|||||||
bombono = callPackage ../applications/video/bombono {};
|
bombono = callPackage ../applications/video/bombono {};
|
||||||
|
|
||||||
bomi = libsForQt5.callPackage ../applications/video/bomi {
|
bomi = libsForQt5.callPackage ../applications/video/bomi {
|
||||||
pulseSupport = config.pulseaudio or true;
|
|
||||||
ffmpeg = ffmpeg_2;
|
ffmpeg = ffmpeg_2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user