printrun: 2014^C01 -> 20150310
This commit is contained in:
parent
50f5122d72
commit
e0a650d87a
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, python27Packages, fetchgit }:
|
{ stdenv, python27Packages, fetchFromGitHub }:
|
||||||
let
|
|
||||||
py = python27Packages;
|
|
||||||
in
|
|
||||||
py.buildPythonPackage rec {
|
|
||||||
name = "printrun";
|
|
||||||
|
|
||||||
src = fetchgit {
|
python27Packages.buildPythonPackage rec {
|
||||||
url = "https://github.com/kliment/Printrun";
|
name = "printrun-20150310";
|
||||||
rev = "2299962bb338d3f4335b97211ee609ebaea008f7"; # printrun-20140801
|
|
||||||
sha256 = "19nay7xclm36x56hpm87gw4ca6rnygpqaw5ypbmrz0hyxx140abj";
|
src = fetchFromGitHub {
|
||||||
|
owner = "kliment";
|
||||||
|
repo = "Printrun";
|
||||||
|
rev = name;
|
||||||
|
sha256 = "09ijv8h4k5h15swg64s7igamvynawz7gdi7hiymzrzywdvr0zwsa";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with py; [ wxPython30 pyserial dbus psutil
|
propagatedBuildInputs = with python27Packages; [
|
||||||
numpy pyopengl pyglet cython ];
|
wxPython30 pyserial dbus psutil numpy pyopengl pyglet cython
|
||||||
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user