flup and ViewMTN seem to work just as well with default Python
svn path=/nixpkgs/trunk/; revision=23119
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user