1 { lib, python3, fetchFromGitHub, plugins ? [ ] }:
3 python3.pkgs.buildPythonApplication rec {
8 src = fetchFromGitHub {
11 rev = "refs/tags/v${version}";
12 sha256 = "sha256-tk/Lugjdzufl8VPcpj7R2q81SBE/+KtS3VhsXQ2VKZM=";
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 ];