getmail: pass in pythonPackages
This commit is contained in:
parent
982ac542cb
commit
e06e26af08
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, buildPythonApplication }:
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "4.50.0";
|
version = "4.50.0";
|
||||||
name = "getmail-${version}";
|
name = "getmail-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user