ma pkgs.airsensor-py: init at 2017-12-05
This commit is contained in:
parent
7cbb04c7c6
commit
cd9447c43c
17
makefu/5pkgs/airsensor-py/default.nix
Normal file
17
makefu/5pkgs/airsensor-py/default.nix
Normal file
@ -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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user