From 7d06914cf464356cdfbe25246a47a6d05597d6d9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Nov 2007 13:22:20 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=9597 --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d8217a76875..1fb9334e852 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1191,6 +1191,7 @@ rec { # tell the apache module where to look for this file is using a compile time flag ;-( # perhaps this can be done setting php_value in apache don't have time to investigate any further ? # This expression is a quick hack now. But perhaps it helps you adding the configuration flags you need? + /* php_unstable = (import ../development/interpreters/php_configurable) { inherit mkDerivationByConfiguration; lib = lib_unstable; @@ -1198,6 +1199,7 @@ rec { inherit fetchurl flex bison apacheHttpd mysql; # gettext; inherit libxml2; }; + */ python = import ../development/interpreters/python { inherit fetchurl stdenv zlib bzip2;