mimms: stay with python2

not tested with 3

+2 -2
+2 -2
pkgs/applications/audio/mimms/default.nix
··· 1 - { fetchurl, lib, pythonPackages, libmms }: 2 3 - pythonPackages.buildPythonApplication rec { 4 pname = "mimms"; 5 version = "3.2"; 6
··· 1 + { fetchurl, lib, python2Packages, libmms }: 2 3 + python2Packages.buildPythonApplication rec { 4 pname = "mimms"; 5 version = "3.2"; 6