Loading pkgs/applications/video/aegisub/default.nix +3 −3 Original line number Diff line number Diff line { stdenv, fetchurl { config, stdenv, fetchurl , libX11, wxGTK , libiconv, fontconfig, freetype , libGLU_combined Loading @@ -8,8 +8,8 @@ , spellcheckSupport ? true, hunspell ? null , automationSupport ? true, lua ? null , openalSupport ? false, openal ? null , alsaSupport ? true, alsaLib ? null , pulseaudioSupport ? true, libpulseaudio ? null , alsaSupport ? stdenv.isLinux, alsaLib ? null , pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null , portaudioSupport ? false, portaudio ? null }: assert spellcheckSupport -> (hunspell != null); Loading pkgs/top-level/all-packages.nix +2 −8 Original line number Diff line number Diff line Loading @@ -406,15 +406,9 @@ in aefs = callPackage ../tools/filesystems/aefs { }; aegisub = callPackage ../applications/video/aegisub { aegisub = callPackage ../applications/video/aegisub ({ wxGTK = wxGTK30; spellcheckSupport = config.aegisub.spellcheckSupport or true; automationSupport = config.aegisub.automationSupport or true; openalSupport = config.aegisub.openalSupport or false; alsaSupport = config.aegisub.alsaSupport or true; pulseaudioSupport = config.aegisub.pulseaudioSupport or true; portaudioSupport = config.aegisub.portaudioSupport or false; }; } // (config.aegisub or {})); aerospike = callPackage ../servers/nosql/aerospike { }; Loading Loading
pkgs/applications/video/aegisub/default.nix +3 −3 Original line number Diff line number Diff line { stdenv, fetchurl { config, stdenv, fetchurl , libX11, wxGTK , libiconv, fontconfig, freetype , libGLU_combined Loading @@ -8,8 +8,8 @@ , spellcheckSupport ? true, hunspell ? null , automationSupport ? true, lua ? null , openalSupport ? false, openal ? null , alsaSupport ? true, alsaLib ? null , pulseaudioSupport ? true, libpulseaudio ? null , alsaSupport ? stdenv.isLinux, alsaLib ? null , pulseaudioSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null , portaudioSupport ? false, portaudio ? null }: assert spellcheckSupport -> (hunspell != null); Loading
pkgs/top-level/all-packages.nix +2 −8 Original line number Diff line number Diff line Loading @@ -406,15 +406,9 @@ in aefs = callPackage ../tools/filesystems/aefs { }; aegisub = callPackage ../applications/video/aegisub { aegisub = callPackage ../applications/video/aegisub ({ wxGTK = wxGTK30; spellcheckSupport = config.aegisub.spellcheckSupport or true; automationSupport = config.aegisub.automationSupport or true; openalSupport = config.aegisub.openalSupport or false; alsaSupport = config.aegisub.alsaSupport or true; pulseaudioSupport = config.aegisub.pulseaudioSupport or true; portaudioSupport = config.aegisub.portaudioSupport or false; }; } // (config.aegisub or {})); aerospike = callPackage ../servers/nosql/aerospike { }; Loading