* Blender seems to work fine with Python 2.7.
svn path=/nixpkgs/branches/modular-python/; revision=26354
This commit is contained in:
parent
a8334929f1
commit
f510e6f7e4
@ -5606,23 +5606,11 @@ let
|
|||||||
|
|
||||||
bibletime = newScope pkgs.kde45 ../applications/misc/bibletime {
|
bibletime = newScope pkgs.kde45 ../applications/misc/bibletime {
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
} ;
|
};
|
||||||
|
|
||||||
bitlbee = callPackage ../applications/networking/instant-messengers/bitlbee { };
|
bitlbee = callPackage ../applications/networking/instant-messengers/bitlbee { };
|
||||||
|
|
||||||
# commented out because it's using the new configuration style proposal which is unstable
|
blender = callPackage ../applications/misc/blender/2.49.nix { };
|
||||||
#biew = import ../applications/misc/biew {
|
|
||||||
# inherit lib stdenv fetchurl ncurses;
|
|
||||||
#};
|
|
||||||
|
|
||||||
# only to be able to compile blender - I couldn't compile the default openal software
|
|
||||||
# Perhaps this can be removed - don't know which one openal{,soft} is better
|
|
||||||
freealut_soft = callPackage ../development/libraries/freealut {
|
|
||||||
openal = openalSoft; };
|
|
||||||
|
|
||||||
blender = callPackage ../applications/misc/blender/2.49.nix {
|
|
||||||
python = python26Base;
|
|
||||||
};
|
|
||||||
|
|
||||||
blender_2_50 = lowPrio (import ../applications/misc/blender {
|
blender_2_50 = lowPrio (import ../applications/misc/blender {
|
||||||
inherit stdenv fetchurl cmake mesa gettext libjpeg libpng zlib openal SDL openexr
|
inherit stdenv fetchurl cmake mesa gettext libjpeg libpng zlib openal SDL openexr
|
||||||
|
Loading…
Reference in New Issue
Block a user