Removed duplicate stdenv in OO.org

svn path=/nixpkgs/trunk/; revision=9002
This commit is contained in:
Wouter den Breejen 2007-07-19 10:32:09 +00:00
parent 6296d1a64f
commit 7ef356ace9

View File

@ -3042,7 +3042,7 @@ rec {
}; };
openoffice = import ../applications/office/openoffice { openoffice = import ../applications/office/openoffice {
inherit fetchurl stdenv pam python tcsh libxslt inherit fetchurl pam python tcsh libxslt
perl perlArchiveZip perlCompressZlib zlib libjpeg perl perlArchiveZip perlCompressZlib zlib libjpeg
expat pkgconfig freetype fontconfig libwpd libxml2 expat pkgconfig freetype fontconfig libwpd libxml2
db4 sablotron curl libsndfile flex zip unzip libmspack db4 sablotron curl libsndfile flex zip unzip libmspack
@ -3053,7 +3053,7 @@ rec {
inherit jre; inherit jre;
stdenv = overrideGCC stdenv gcc34; stdenv = overrideGCC stdenv gcc34;
}; };
opera = import ../applications/networking/browsers/opera { opera = import ../applications/networking/browsers/opera {
inherit fetchurl stdenv zlib; inherit fetchurl stdenv zlib;
inherit (xlibs) libX11 libSM libICE libXt libXext; inherit (xlibs) libX11 libSM libICE libXt libXext;