getmail: pass in pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-09-26 10:38:31 +02:00
parent 982ac542cb
commit e06e26af08

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, buildPythonApplication }:
{ stdenv, fetchurl, pythonPackages }:
buildPythonApplication rec {
pythonPackages.buildPythonApplication rec {
version = "4.50.0";
name = "getmail-${version}";
namePrefix = "";