From cd44d3ff2bba75a1ec6946ea4197b75b64b0be39 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 15 May 2021 13:13:13 +0200 Subject: ma home/ham: add signal-rest, update automations --- 2configs/home/ham/signal-rest/pkg.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 2configs/home/ham/signal-rest/pkg.nix (limited to '2configs/home/ham/signal-rest/pkg.nix') diff --git a/2configs/home/ham/signal-rest/pkg.nix b/2configs/home/ham/signal-rest/pkg.nix new file mode 100644 index 000000000..165d642af --- /dev/null +++ b/2configs/home/ham/signal-rest/pkg.nix @@ -0,0 +1,25 @@ +{ lib +, buildPythonPackage +, fetchPypi +}: + +buildPythonPackage rec { + pname = "pysignalclirestapi"; + version = "0.3.14"; + + # disabled = ; # requires python version >=2.7 + + src = fetchPypi { + inherit pname version; + sha256 = "6f3626b594a53c4161dfc67ea7a3b23d62c8fe8cb404a909496118aeefa79cd0"; + }; + + doCheck = false; + + meta = with lib; { + description = "Small python library for the Signal Cli REST API"; + homepage = https://github.com/bbernhard/pysignalclirestapi; + #license = licenses.; + # maintainers = [ maintainers. ]; + }; +} -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/49200000.lock: No such file or directory (2)