instawow: move to by-name/

This commit is contained in:
pancaek
2025-10-28 18:15:07 -07:00
parent 745401b28a
commit cc333161fb
2 changed files with 4 additions and 6 deletions
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "layday";
repo = "instawow";
tag = "v${version}";
sha256 = "sha256-NFs8+BUXJEn64TDojG/xkH1O+zZurv0PWY+YDhu2mQY=";
hash = "sha256-NFs8+BUXJEn64TDojG/xkH1O+zZurv0PWY+YDhu2mQY=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.
@@ -44,11 +44,11 @@ python3.pkgs.buildPythonApplication rec {
]
++ plugins;
meta = with lib; {
meta = {
homepage = "https://github.com/layday/instawow";
description = "World of Warcraft add-on manager CLI and GUI";
mainProgram = "instawow";
license = licenses.gpl3;
maintainers = with maintainers; [ seirl ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ seirl ];
};
}
-2
View File
@@ -5028,8 +5028,6 @@ with pkgs;
indradb-client
;
instawow = callPackage ../games/instawow/default.nix { };
irony-server = callPackage ../development/tools/irony-server {
# The repository of irony to use -- must match the version of the employed emacs
# package. Wishing we could merge it into one irony package, to avoid this issue,