mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
mailman: use python2
This commit is contained in:
parent
c8784f9cd8
commit
1ba3d8b7d1
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, python, pythonPackages }:
|
||||
{ stdenv, fetchurl, python2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mailman-${version}";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1r6sjapjmbav45xibjzc2a8y1xf4ikz09470ma1kw7iz174wn8z7";
|
||||
};
|
||||
|
||||
buildInputs = [ python pythonPackages.dnspython ];
|
||||
buildInputs = [ python2 python2.pkgs.dnspython ];
|
||||
|
||||
patches = [ ./fix-var-prefix.patch ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue