menumaker: stay with python2

might work with 3, not tested.
This commit is contained in:
Frederik Rietdijk 2021-07-27 18:50:57 +02:00
parent 6103f78416
commit 405307cf66

View file

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