Loading pkgs/by-name/nt/ntfy/package.nix +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ let python = python3.override { self = python; packageOverrides = self: super: { ntfy-webpush = self.callPackage ./webpush.nix { }; # databases, on which slack-sdk depends, is incompatible with SQLAlchemy 2.0 sqlalchemy = super.sqlalchemy_1_4; }; Loading pkgs/by-name/nt/ntfy/webpush.nix→pkgs/development/python-modules/ntfy-webpush/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "dschep"; repo = "ntfy-webpush"; rev = "v${version}"; sha256 = "1dxlvq3glf8yjkn1hdk89rx1s4fi9ygg46yn866a9v7a5a83zx2n"; tag = "v${version}"; hash = "sha256-VvQ/kCrq7KSMQdYb8p5P0REdek5oNhjslB45+gbetLc="; }; postPatch = '' Loading @@ -35,10 +35,10 @@ buildPythonPackage rec { # no tests, just a script doCheck = false; meta = with lib; { meta = { description = "Cloudbell webpush notification support for ntfy"; homepage = "https://dschep.github.io/ntfy-webpush/"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10700,6 +10700,8 @@ self: super: with self; { ntc-templates = callPackage ../development/python-modules/ntc-templates { }; ntfy-webpush = callPackage ../development/python-modules/ntfy-webpush { }; ntplib = callPackage ../development/python-modules/ntplib { }; nuclear = callPackage ../development/python-modules/nuclear { }; Loading Loading
pkgs/by-name/nt/ntfy/package.nix +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ let python = python3.override { self = python; packageOverrides = self: super: { ntfy-webpush = self.callPackage ./webpush.nix { }; # databases, on which slack-sdk depends, is incompatible with SQLAlchemy 2.0 sqlalchemy = super.sqlalchemy_1_4; }; Loading
pkgs/by-name/nt/ntfy/webpush.nix→pkgs/development/python-modules/ntfy-webpush/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "dschep"; repo = "ntfy-webpush"; rev = "v${version}"; sha256 = "1dxlvq3glf8yjkn1hdk89rx1s4fi9ygg46yn866a9v7a5a83zx2n"; tag = "v${version}"; hash = "sha256-VvQ/kCrq7KSMQdYb8p5P0REdek5oNhjslB45+gbetLc="; }; postPatch = '' Loading @@ -35,10 +35,10 @@ buildPythonPackage rec { # no tests, just a script doCheck = false; meta = with lib; { meta = { description = "Cloudbell webpush notification support for ntfy"; homepage = "https://dschep.github.io/ntfy-webpush/"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10700,6 +10700,8 @@ self: super: with self; { ntc-templates = callPackage ../development/python-modules/ntc-templates { }; ntfy-webpush = callPackage ../development/python-modules/ntfy-webpush { }; ntplib = callPackage ../development/python-modules/ntplib { }; nuclear = callPackage ../development/python-modules/nuclear { }; Loading