getmail: pass in pythonPackages again
broken by 12bd2310ece6a4911bea5dab0b39c6c28b826886
This commit is contained in:
parent
2c570b4fbe
commit
9e2c48994a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, buildPythonApplication }:
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
pythonPackages.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