Skip to content

Commit 629ab9d

Browse files
authored
aegisub: 3.4.1 -> 3.4.2 (#373451)
2 parents 4a2d913 + 8813a9d commit 629ab9d

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

pkgs/by-name/ae/aegisub/package.nix

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
python3,
2929
stdenv,
3030
wrapGAppsHook3,
31-
wxGTK,
31+
wxGTK32,
3232
zlib,
3333
# Boolean guard flags
3434
alsaSupport ? stdenv.hostPlatform.isLinux,
@@ -41,13 +41,13 @@
4141

4242
stdenv.mkDerivation (finalAttrs: {
4343
pname = "aegisub";
44-
version = "3.4.1";
44+
version = "3.4.2";
4545

4646
src = fetchFromGitHub {
4747
owner = "TypesettingTools";
4848
repo = "aegisub";
4949
tag = "v${finalAttrs.version}";
50-
hash = "sha256-3yWtBuCwr1OPOg/nh2s8SFg62vt8zuBMMp0gfOZrjqk=";
50+
hash = "sha256-ho+JG570FWbiYZ86CbCKa52j6UNyPIUh8fxpM3vVU/M=";
5151
};
5252

5353
nativeBuildInputs = [
@@ -56,33 +56,34 @@ stdenv.mkDerivation (finalAttrs: {
5656
ninja
5757
pkg-config
5858
python3
59-
wxGTK
59+
wxGTK32
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-
wxGTK
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)

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ with pkgs;
924924

925925
aegisub = callPackage ../by-name/ae/aegisub/package.nix ({
926926
luajit = luajit.override { enable52Compat = true; };
927-
wxGTK = wxGTK32;
928927
} // (config.aegisub or {}));
929928

930929
acme-client = callPackage ../tools/networking/acme-client {

0 commit comments

Comments
 (0)