1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 00:10:30 +00:00

getmail: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-17 15:47:37 +02:00
parent 1247d6bcbd
commit 0389aa9f7d

View file

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