upgrade to strategoxt 0.15
svn path=/nixpkgs/trunk/; revision=3305
This commit is contained in:
parent
af854693eb
commit
ed4b36e5ee
@ -1,2 +1,2 @@
|
||||
import ./strategoxt-0.14.nix
|
||||
import ./strategoxt-0.15.nix
|
||||
|
||||
|
15
pkgs/development/compilers/strategoxt/strategoxt-0.15.nix
Normal file
15
pkgs/development/compilers/strategoxt/strategoxt-0.15.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{stdenv, fetchurl, aterm, sdf, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "strategoxt-0.15";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.15/strategoxt-0.15.tar.gz;
|
||||
md5 = "143f01cc27231ccd5eddb695a7b79c69";
|
||||
};
|
||||
|
||||
inherit aterm sdf;
|
||||
buildInputs = [pkgconfig aterm sdf];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user