mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mod_python: use python2
This commit is contained in:
parent
c93c0a438e
commit
051dfa55f7
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, apacheHttpd, python }:
|
||||
{ stdenv, fetchurl, apacheHttpd, python2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mod_python-3.5.0";
|
||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = { inherit apacheHttpd; };
|
||||
|
||||
buildInputs = [ apacheHttpd python ];
|
||||
buildInputs = [ apacheHttpd python2 ];
|
||||
|
||||
meta = {
|
||||
homepage = http://modpython.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user