7 stdenv.mkDerivation rec {
9 version = "unstable-2019-09-29";
11 src = fetchFromGitHub {
12 owner = "armijnhemel";
14 rev = "2b28908454645117368ca56df67548c93f4e0b03";
15 sha256 = "12ar4kbplavndarkrbibxi5i607f5sfia5myscvalqy78lc33798";
18 propagatedBuildInputs = [ pyusb ];
25 install -D py3buddy.py $out/${python.sitePackages}/py3buddy.py
29 install -D 99-ibuddy.rules $out/lib/udev/rules.d/99-ibuddy.rules
33 description = "Code to work with the iBuddy MSN figurine";
34 homepage = "https://github.com/armijnhemel/py3buddy";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ prusnak ];