3
0
Fork 0
forked from mirrors/nixpkgs

strategoxt-utils

svn path=/nixpkgs/trunk/; revision=3271
This commit is contained in:
Martin Bravenboer 2005-06-30 16:54:25 +00:00
parent 785fb78cf2
commit 458f0c6faf
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,2 @@
import ./strategoxt-utils-0.14.nix

View file

@ -0,0 +1,12 @@
{stdenv, fetchurl, aterm, sdf, strategoxt, pkgconfig}:
stdenv.mkDerivation {
name = "strategoxt-utils-0.14";
src = fetchurl {
url = ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.14/strategoxt-utils-0.14.tar.gz;
md5 = "d9aab7fbda5b93fb7c49434131393324";
};
inherit aterm sdf;
buildInputs = [pkgconfig aterm sdf strategoxt];
}

View file

@ -441,6 +441,10 @@ rec {
inherit fetchurl pkgconfig stdenv aterm sdf;
};
strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
inherit fetchurl pkgconfig stdenv aterm sdf strategoxt;
};
bibtextools = (import ../tools/typesetting/bibtex-tools) {
inherit fetchurl stdenv aterm strategoxt tetex hevea sdf;
};

View file

@ -48,6 +48,7 @@ let {
sdf
strategoxt
strategoxtUtils
# ghc
# helium
perl