mimms: stay with python2

not tested with 3
This commit is contained in:
Frederik Rietdijk 2021-07-27 18:59:30 +02:00
parent 4c61dc3247
commit 32ab27637e

View file

@ -1,6 +1,6 @@
{ fetchurl, lib, pythonPackages, libmms }:
{ fetchurl, lib, python2Packages, libmms }:
pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
pname = "mimms";
version = "3.2";