From 86fa4600dc62067227f6a78606ca1f22e9df99bd Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 7 Dec 2009 14:57:10 +0000 Subject: [PATCH] aspectj front for strategoxt 0.18 svn path=/nixpkgs/trunk/; revision=18831 --- pkgs/development/compilers/strategoxt/0.18.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/development/compilers/strategoxt/0.18.nix b/pkgs/development/compilers/strategoxt/0.18.nix index 96cf47718ea..bb4b9e9e45e 100644 --- a/pkgs/development/compilers/strategoxt/0.18.nix +++ b/pkgs/development/compilers/strategoxt/0.18.nix @@ -93,6 +93,18 @@ rec { } // ( if stdenv.system == "i686-cygwin" then { CFLAGS = "-O2"; } else {} ) ) ; + aspectjfront = stdenv.mkDerivation (rec { + name = "aspectj-front-0.2pre20035"; + + src = fetchurl { + url = "http://hydra.nixos.org/build/175690/download/1/aspectj-front-0.2pre20035.tar.gz"; + sha256 = "48f6cda6f9f19436e9553e8d27e6bb42500d08370332e3ad214affb49851e58e"; + }; + + buildInputs = [pkgconfig aterm sdf strategoxt javafront]; + + } // ( if stdenv.system == "i686-cygwin" then { CFLAGS = "-O2"; } else {} ) ) ; + dryad = stdenv.mkDerivation rec { name = "dryad-0.2pre1835518355";