escrotum: stay with python2

This commit is contained in:
Frederik Rietdijk 2021-03-25 12:39:49 +01:00
parent 9f9a1a01ab
commit 02522e4f76
2 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,7 @@
{ lib, fetchFromGitHub, buildPythonApplication
, pygtk
, numpy ? null
{ lib, python2Packages, fetchFromGitHub
}:
buildPythonApplication {
with python2Packages; buildPythonApplication {
name = "escrotum-2019-06-10";
src = fetchFromGitHub {

View file

@ -4156,9 +4156,7 @@ in
epsxe = callPackage ../misc/emulators/epsxe { };
escrotum = callPackage ../tools/graphics/escrotum {
inherit (pythonPackages) buildPythonApplication pygtk numpy;
};
escrotum = callPackage ../tools/graphics/escrotum { };
etcher = callPackage ../tools/misc/etcher { };