varnish: use python2
This commit is contained in:
parent
0683a72e35
commit
0b488f49fd
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline, libedit
|
{ stdenv, fetchurl, pcre, libxslt, groff, ncurses, pkgconfig, readline, libedit
|
||||||
, python, pythonPackages, makeWrapper }:
|
, python2, makeWrapper }:
|
||||||
|
|
||||||
let
|
let
|
||||||
common = { version, sha256 }:
|
common = { version, sha256 }:
|
||||||
@ -13,8 +13,8 @@ let
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pcre libxslt groff ncurses readline python libedit
|
pcre libxslt groff ncurses readline python2 libedit
|
||||||
pythonPackages.docutils makeWrapper
|
python2.pkgs.docutils makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
buildFlags = "localstatedir=/var/spool";
|
buildFlags = "localstatedir=/var/spool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user