File tree Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -60,29 +60,30 @@ stdenv.mkDerivation (finalAttrs: {
6060 wrapGAppsHook3
6161 ] ;
6262
63- buildInputs = [
64- boost
65- expat
66- ffmpeg
67- ffms
68- fftw
69- fontconfig
70- freetype
71- fribidi
72- harfbuzz
73- icu
74- libGL
75- libass
76- libuchardet
77- wxGTK32
78- zlib
79- ]
80- ++ lib . optionals alsaSupport [ alsa-lib ]
81- ++ lib . optionals ( openalSupport && ! stdenv . hostPlatform . isDarwin ) [ openal ]
82- ++ lib . optionals portaudioSupport [ portaudio ]
83- ++ lib . optionals pulseaudioSupport [ libpulseaudio ]
84- ++ lib . optionals spellcheckSupport [ hunspell ]
85- ++ lib . optionals ( ! useBundledLuaJIT ) [ luajit ] ;
63+ buildInputs =
64+ [
65+ boost
66+ expat
67+ ffmpeg
68+ ffms
69+ fftw
70+ fontconfig
71+ freetype
72+ fribidi
73+ harfbuzz
74+ icu
75+ libGL
76+ libass
77+ libuchardet
78+ wxGTK32
79+ zlib
80+ ]
81+ ++ lib . optionals alsaSupport [ alsa-lib ]
82+ ++ lib . optionals ( openalSupport && ! stdenv . hostPlatform . isDarwin ) [ openal ]
83+ ++ lib . optionals portaudioSupport [ portaudio ]
84+ ++ lib . optionals pulseaudioSupport [ libpulseaudio ]
85+ ++ lib . optionals spellcheckSupport [ hunspell ]
86+ ++ lib . optionals ( ! useBundledLuaJIT ) [ luajit ] ;
8687
8788 mesonFlags = [
8889 ( lib . mesonEnable "alsa" alsaSupport )
You can’t perform that action at this time.
0 commit comments