about summary refs log tree commit diff
path: root/pkgs/tools/misc/ntfy
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24ntfy: disable Darwin-native ntfy backend dependenciesLuke Granger-Brown1-0/+6
2022-09-24ntfy: add options to turn off optional featuresLuke Granger-Brown1-11/+20
This splits out the things which are ntfy optional dependencies so that they can be disabled - in particular, sleekxmpp is broken on Darwin and because of the way the package is designed at the moment it isn't possible to turn it off. This also allows you to use newer or older python interpreters without overriding e.g. "python39" to actually mean python310.
2022-08-04ntfy: add patch for emoji 2.0 compatibilityAustin Butler1-0/+7
2022-06-06ntfy: use python39 and remove ntfy-webpush from python3PackagesRobert Schütz2-5/+56
2021-11-22Merge pull request #146457 from nh2/ntfy-fix-slack-integrationNiklas Hambüchen1-1/+12
ntfy: Patch Slack integration to work again.
2021-11-18ntfy: Patch Slack integration to work again.Niklas Hambüchen1-1/+12
See https://github.com/dschep/ntfy/pull/229
2021-11-03treewide: remove python39Packages.ruamel_yaml aliasesSandro Jäckel1-1/+1
2021-08-02ntfy-webpush: init at 0.1.3 (#132404)Sandro1-0/+1
2021-06-23pythonPackages.dns: move alias to python-aliases.nixRobert Schütz1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-17ntfy: Switch to python3. Also fixes test failure.Niklas Hambüchen1-5/+5
Fixes test error: AttributeError: 'module' object has no attribute 'test_prowl'
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-11-30ntfy: 2.6.0 -> 2.7.0Johannes Frankenau1-0/+37