opencxx
svn path=/nixpkgs/trunk/; revision=3560
This commit is contained in:
parent
e704378334
commit
aa74aa0476
@ -389,6 +389,11 @@ rec {
|
||||
inherit stdenv;
|
||||
};
|
||||
|
||||
opencxx = (import ../development/compilers/opencxx) {
|
||||
inherit fetchurl stdenv libtool;
|
||||
gcc = gcc33;
|
||||
};
|
||||
|
||||
jikes = (import ../development/compilers/jikes) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user