Fixing some stdenv2 details coming from the trunk merge.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22881
This commit is contained in:
parent
955b962993
commit
905963782b
@ -2577,8 +2577,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
path64 = import ../development/compilers/path64 {
|
path64 = import ../development/compilers/path64 {
|
||||||
inherit fetchgit perl flex bison gmp mpfr cmake;
|
inherit stdenv fetchgit perl flex bison gmp mpfr cmake;
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
openjdkDarwin = import ../development/compilers/openjdk-darwin {
|
openjdkDarwin = import ../development/compilers/openjdk-darwin {
|
||||||
@ -3722,8 +3721,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
clapack = import ../development/libraries/clapack {
|
clapack = import ../development/libraries/clapack {
|
||||||
inherit fetchurl cmake;
|
inherit stdenv fetchurl cmake;
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
classads = import ../development/libraries/classads {
|
classads = import ../development/libraries/classads {
|
||||||
@ -8227,12 +8225,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
hugin = import ../applications/graphics/hugin {
|
hugin = import ../applications/graphics/hugin {
|
||||||
inherit fetchurl cmake panotools libtiff libpng boost pkgconfig
|
inherit stdenv fetchurl cmake panotools libtiff libpng boost pkgconfig
|
||||||
exiv2 gettext ilmbase enblendenfuse autopanosiftc mesa freeglut
|
exiv2 gettext ilmbase enblendenfuse autopanosiftc mesa freeglut
|
||||||
glew openexr;
|
glew openexr;
|
||||||
inherit wxGTK;
|
inherit wxGTK;
|
||||||
inherit (xlibs) libXi libXmu;
|
inherit (xlibs) libXi libXmu;
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
i810switch = import ../os-specific/linux/i810switch {
|
i810switch = import ../os-specific/linux/i810switch {
|
||||||
@ -8795,10 +8792,6 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
simgrid = import ../applications/misc/simgrid {
|
|
||||||
inherit fetchurl stdenv cmake ruby;
|
|
||||||
};
|
|
||||||
|
|
||||||
semnotes = import ../applications/misc/semnotes {
|
semnotes = import ../applications/misc/semnotes {
|
||||||
inherit stdenv fetchurl cmake;
|
inherit stdenv fetchurl cmake;
|
||||||
inherit (kde4) qt4 kdelibs automoc4 phonon soprano;
|
inherit (kde4) qt4 kdelibs automoc4 phonon soprano;
|
||||||
@ -9778,8 +9771,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
simgrid = import ../applications/science/misc/simgrid {
|
simgrid = import ../applications/science/misc/simgrid {
|
||||||
inherit fetchurl cmake ruby;
|
inherit stdenv fetchurl cmake ruby;
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tulip = import ../applications/science/misc/tulip {
|
tulip = import ../applications/science/misc/tulip {
|
||||||
@ -9789,9 +9781,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
vite = import ../applications/science/misc/vite {
|
vite = import ../applications/science/misc/vite {
|
||||||
inherit fetchsvn cmake mesa;
|
inherit stdenv fetchsvn cmake mesa;
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
### MISC
|
### MISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user