1 { lib, python3, fetchFromGitHub, plugins ? [ ] }:
3 python3.pkgs.buildPythonApplication rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-eOILlbLt7R7EvPgFYnN6Bvj0yOx3KaXTHugspa4/kBc=";
15 extras = [ ]; # Disable GUI, most dependencies are not packaged.
17 nativeBuildInputs = with python3.pkgs; [
21 propagatedBuildInputs = with python3.pkgs; [
40 homepage = "https://github.com/layday/instawow";
41 description = "World of Warcraft add-on manager CLI and GUI";
42 mainProgram = "instawow";
43 license = licenses.gpl3;
44 maintainers = with maintainers; [ seirl ];