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
+2 -4
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 {