* Work around a bug in java-front.
svn path=/nixpkgs/trunk/; revision=14620
This commit is contained in:
parent
c04af1186d
commit
84b78f7489
@ -56,9 +56,11 @@ rec {
|
||||
sha256 = "93d2919cfbda41a96a944f71ae57704ad1f0efcc0c1084b501a4536f82e25387";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig aterm strategoxt];
|
||||
buildInputs = [pkgconfig aterm sdf strategoxt];
|
||||
|
||||
configureFlags = "--disable-static";
|
||||
# !!! The explicit `--with-strategoxt' is necessary; otherwise we
|
||||
# get an XTC registration that refers to "/share/strategoxt/XTC".
|
||||
configureFlags = "--disable-static --enable-xtc --with-strategoxt=${strategoxt}";
|
||||
|
||||
meta = {
|
||||
homepage = http://strategoxt.org/Stratego/JavaFront;
|
||||
|
Loading…
Reference in New Issue
Block a user