mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
OpenOffice.org: Build with GCC 4.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24636
This commit is contained in:
parent
824e7af179
commit
0ef4e570c8
@ -6084,6 +6084,12 @@ let
|
||||
openjump = callPackage ../applications/misc/openjump { };
|
||||
|
||||
openoffice = callPackage ../applications/office/openoffice {
|
||||
/* OOo wants GCC 4.4 at most:
|
||||
|
||||
../../inc/uno/lbnames.h:70:2: error: #error "Supported gcc majors are 2 , 3 and 4 <= 4.4. Unsupported gcc major version."
|
||||
dmake: Error code 1, while making '../../unxlngx6.pro/slo/AffineBridge.obj'
|
||||
*/
|
||||
stdenv = overrideGCC stdenv gcc44;
|
||||
inherit (perlPackages) ArchiveZip CompressZlib;
|
||||
inherit (gnome) GConf ORBit2;
|
||||
neon = neon029;
|
||||
|
Loading…
Reference in New Issue
Block a user