flup and ViewMTN seem to work just as well with default Python

svn path=/nixpkgs/trunk/; revision=23119
This commit is contained in:
Michael Raskin
2010-08-11 16:28:53 +00:00
parent ee70d8481d
commit 670135ecb6
+3 -4
View File
@@ -3984,9 +3984,7 @@ let
bsddb3 = callPackage ../development/python-modules/bsddb3 { }; bsddb3 = callPackage ../development/python-modules/bsddb3 { };
flup = builderDefsPackage ../development/python-modules/flup { flup = builderDefsPackage ../development/python-modules/flup {
inherit fetchurl stdenv; inherit fetchurl stdenv python setuptools;
python = python25;
setuptools = setuptools.passthru.function {python = python25;};
}; };
numeric = callPackage ../development/python-modules/numeric { }; numeric = callPackage ../development/python-modules/numeric { };
@@ -6159,7 +6157,8 @@ let
viewMtn = builderDefsPackage (import ../applications/version-management/viewmtn/0.10.nix) viewMtn = builderDefsPackage (import ../applications/version-management/viewmtn/0.10.nix)
{ {
inherit monotone flup cheetahTemplate highlight ctags inherit
monotone flup cheetahTemplate highlight ctags
makeWrapper graphviz which python; makeWrapper graphviz which python;
}; };