mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Added strategoxt-unstable. Hope to keep this one up-to-date.
svn path=/nixpkgs/trunk/; revision=1492
This commit is contained in:
parent
bb673dd21e
commit
09f1f291fa
5 changed files with 23 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
|||
{stdenv, fetchurl, aterm, sdf}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "strategoxt-0.11pre-6529";
|
||||
builder = ./new-builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~mbravenb/dailydist/strategoxt/src/strategoxt-0.11pre-6529.tar.gz;
|
||||
md5 = "e14a548c5b871d1d99e2fcf7dc1c7754";
|
||||
};
|
||||
inherit aterm;
|
||||
inherit (sdf) ptsupport asflibrary pgen sglr;
|
||||
buildInputs = [aterm sdf.ptsupport sdf.sdfsupport sdf.pgen sdf.sglr];
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
. $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm --with-asf-library=$asflibrary --with-pt-support=$ptsupport --with-pgen=$pgen --with-sglr=$sglr"
|
||||
genericBuild
|
17
pkgs/development/compilers/strategoxt/unstable.nix
Normal file
17
pkgs/development/compilers/strategoxt/unstable.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{stdenv, fetchurl, aterm, sdf}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "strategoxt-unstable-7462";
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/stratego/strategoxt-0.12pre7462/strategoxt-0.12pre7462.tar.gz;
|
||||
md5 = "c86495e8eb1d91421a8e20a65afded3b";
|
||||
};
|
||||
|
||||
inherit aterm;
|
||||
inherit (sdf) sglr pgen ptsupport asflibrary;
|
||||
|
||||
buildInputs = [aterm sdf.pgen];
|
||||
}
|
|
@ -363,6 +363,11 @@ rec {
|
|||
sdf = sdf_22;
|
||||
};
|
||||
|
||||
strategoxt_unstable = (import ../development/compilers/strategoxt/unstable.nix) {
|
||||
inherit fetchurl stdenv aterm;
|
||||
sdf = sdf_22;
|
||||
};
|
||||
|
||||
bibtextools = (import ../tools/typesetting/bibtex-tools) {
|
||||
inherit fetchurl stdenv aterm strategoxt hevea;
|
||||
sdf = sdf_22;
|
||||
|
|
|
@ -32,6 +32,7 @@ let {
|
|||
gccWrapped
|
||||
aterm
|
||||
strategoxt
|
||||
strategoxt_unstable
|
||||
xdoc
|
||||
# ghc
|
||||
# helium
|
||||
|
|
Loading…
Reference in a new issue