escrotum: stay with python2
This commit is contained in:
parent
9f9a1a01ab
commit
02522e4f76
2 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
||||||
{ lib, fetchFromGitHub, buildPythonApplication
|
{ lib, python2Packages, fetchFromGitHub
|
||||||
, pygtk
|
|
||||||
, numpy ? null
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication {
|
with python2Packages; buildPythonApplication {
|
||||||
name = "escrotum-2019-06-10";
|
name = "escrotum-2019-06-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
@ -4156,9 +4156,7 @@ in
|
||||||
|
|
||||||
epsxe = callPackage ../misc/emulators/epsxe { };
|
epsxe = callPackage ../misc/emulators/epsxe { };
|
||||||
|
|
||||||
escrotum = callPackage ../tools/graphics/escrotum {
|
escrotum = callPackage ../tools/graphics/escrotum { };
|
||||||
inherit (pythonPackages) buildPythonApplication pygtk numpy;
|
|
||||||
};
|
|
||||||
|
|
||||||
etcher = callPackage ../tools/misc/etcher { };
|
etcher = callPackage ../tools/misc/etcher { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue