mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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";
|
||||
name = "getmail-${version}";
|
||||
namePrefix = "";
|
||||
|
Loading…
Reference in New Issue
Block a user