getmail: use python2
This commit is contained in:
parent
1247d6bcbd
commit
0389aa9f7d
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ stdenv, fetchurl, python2Packages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "4.51.0";
|
version = "4.51.0";
|
||||||
name = "getmail-${version}";
|
name = "getmail-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user