printrun: 2.1.0 -> 2.2.0
This commit is contained in:
parent
1546e0871c
commit
0619daaee7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "printrun";
|
pname = "printrun";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kliment";
|
owner = "kliment";
|
||||||
repo = "Printrun";
|
repo = "Printrun";
|
||||||
rev = "refs/tags/printrun-${version}";
|
rev = "refs/tags/printrun-${version}";
|
||||||
hash = "sha256-MANgxE3z8xq8ScxdxhwfEVsLMF9lgcdSjJZ0qu5p3ps=";
|
hash = "sha256-INJNGAmghoPIiivQp6AV1XmhyIu8SjfKqL8PTpi/tkY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
nativeBuildInputs = [ glib wrapGAppsHook3 ];
|
nativeBuildInputs = [ glib wrapGAppsHook3 ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
appdirs cython dbus-python numpy six wxpython psutil pyglet pyopengl pyserial cffi cairosvg lxml
|
appdirs cython dbus-python numpy six wxpython psutil pyglet pyopengl pyserial cffi cairosvg lxml puremagic
|
||||||
];
|
];
|
||||||
|
|
||||||
# pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None"
|
# pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None"
|
||||||
|
Loading…
Reference in New Issue
Block a user