getmail: pass in pythonPackages
This commit is contained in:
@@ -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 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user