Skip to content

Commit

Permalink
aegisub: drop attribute without version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 13, 2025
1 parent 63d5152 commit 84d15ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ae/aegisub/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python3,
stdenv,
wrapGAppsHook3,
wxGTK,
wxGTK32,
zlib,
# Boolean guard flags
alsaSupport ? stdenv.hostPlatform.isLinux,
Expand Down Expand Up @@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
ninja
pkg-config
python3
wxGTK
wxGTK32
wrapGAppsHook3
];

Expand All @@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
libGL
libass
libuchardet
wxGTK
wxGTK32
zlib
]
++ lib.optionals alsaSupport [ alsa-lib ]
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,6 @@ with pkgs;

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

acme-client = callPackage ../tools/networking/acme-client {
Expand Down

0 comments on commit 84d15ed

Please sign in to comment.