mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
java-front 0.9, compile with -O2 for cygwin
svn path=/nixpkgs/trunk/; revision=16301
This commit is contained in:
parent
99afadc21f
commit
297f0127aa
@ -62,7 +62,7 @@ rec {
|
|||||||
homepage = http://strategoxt.org/Stratego/JavaFront;
|
homepage = http://strategoxt.org/Stratego/JavaFront;
|
||||||
meta = "Tools for generating or transforming Java code";
|
meta = "Tools for generating or transforming Java code";
|
||||||
};
|
};
|
||||||
};
|
} // ( if stdenv.system == "i686-cygwin" then { CFLAGS = "-O2"; } else {} ) ) ;
|
||||||
|
|
||||||
|
|
||||||
dryad = stdenv.mkDerivation rec {
|
dryad = stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user