mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
pythonPackages.pyfantom: init at unstable-2013-12-18
This commit is contained in:
parent
c7b800a6bf
commit
53b618105d
@ -18689,6 +18689,25 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
pyfantom = buildPythonPackage rec {
|
||||
name = "pyfantom-${version}";
|
||||
version = "unstable-2013-12-18";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "http://git.ni.fr.eu.org/pyfantom.git";
|
||||
sha256 = "1m53n8bxslq5zmvcf7i1xzsgq5bdsf1z529br5ypmj5bg0s86j4q";
|
||||
};
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://pyfantom.ni.fr.eu.org/;
|
||||
description = "Wrapper for the LEGO Mindstorms Fantom Driver";
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
};
|
||||
|
||||
pyfeed = buildPythonPackage rec {
|
||||
url = "http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz";
|
||||
name = stdenv.lib.nameFromURL url ".tar";
|
||||
|
Loading…
Reference in New Issue
Block a user