Skip to content

Commit

Permalink
aegisub: reformat with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 13, 2025
1 parent 84d15ed commit 8813a9d
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions pkgs/by-name/ae/aegisub/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,30 @@ stdenv.mkDerivation (finalAttrs: {
wrapGAppsHook3
];

buildInputs = [
boost
expat
ffmpeg
ffms
fftw
fontconfig
freetype
fribidi
harfbuzz
icu
libGL
libass
libuchardet
wxGTK32
zlib
]
++ lib.optionals alsaSupport [ alsa-lib ]
++ lib.optionals (openalSupport && !stdenv.hostPlatform.isDarwin) [ openal ]
++ lib.optionals portaudioSupport [ portaudio ]
++ lib.optionals pulseaudioSupport [ libpulseaudio ]
++ lib.optionals spellcheckSupport [ hunspell ]
++ lib.optionals (!useBundledLuaJIT) [ luajit ];
buildInputs =
[
boost
expat
ffmpeg
ffms
fftw
fontconfig
freetype
fribidi
harfbuzz
icu
libGL
libass
libuchardet
wxGTK32
zlib
]
++ lib.optionals alsaSupport [ alsa-lib ]
++ lib.optionals (openalSupport && !stdenv.hostPlatform.isDarwin) [ openal ]
++ lib.optionals portaudioSupport [ portaudio ]
++ lib.optionals pulseaudioSupport [ libpulseaudio ]
++ lib.optionals spellcheckSupport [ hunspell ]
++ lib.optionals (!useBundledLuaJIT) [ luajit ];

mesonFlags = [
(lib.mesonEnable "alsa" alsaSupport)
Expand Down

0 comments on commit 8813a9d

Please sign in to comment.