summaryrefslogtreecommitdiffstats
path: root/5pkgs/airsensor-py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-12-05 14:39:56 +0100
committermakefu <github@syntax-fehler.de>2017-12-05 14:39:56 +0100
commit3b06f188411e2c2ced055efa35bfc2b3f0ed6e89 (patch)
tree6179fc917d9265a14b769feb1f26a4c7898cfc56 /5pkgs/airsensor-py
parent7ba35d318856030808c12f5dec90580af5955944 (diff)
ma pkgs.airsensor-py: init at 2017-12-05
Diffstat (limited to '5pkgs/airsensor-py')
-rw-r--r--5pkgs/airsensor-py/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/5pkgs/airsensor-py/default.nix b/5pkgs/airsensor-py/default.nix
new file mode 100644
index 000000000..b467872b4
--- /dev/null
+++ b/5pkgs/airsensor-py/default.nix
@@ -0,0 +1,17 @@
+{ pkgs, fetchFromGitHub, ... }:
+with pkgs.python3Packages;
+buildPythonApplication rec {
+ name = "airsensor-py-${version}";
+ version = "2017-04-24";
+ propagatedBuildInputs = [
+ pyusb
+ click
+ ];
+
+ src = fetchFromGitHub {
+ owner = "dfederschmidt";
+ repo = "airsensor-py";
+ rev = "c476918";
+ sha256 = "0dc88vqxsgx20asbwfdjmz6yl6bvv65k0krvmmss3gcwxdgh9p2q";
+ };
+}
[cgit] Unable to lock slot /tmp/cgit/bc200000.lock: No such file or directory (2)