aegisub: migrate to by-name
This commit is contained in:
parent
2b80ce7707
commit
f2d00fba3a
3 changed files with 1 additions and 1 deletions
|
@ -1577,7 +1577,7 @@ with pkgs;
|
|||
|
||||
aefs = callPackage ../tools/filesystems/aefs { };
|
||||
|
||||
aegisub = callPackage ../applications/video/aegisub ({
|
||||
aegisub = callPackage ../by-name/ae/aegisub/package.nix ({
|
||||
wxGTK = wxGTK32;
|
||||
} // (config.aegisub or {}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue