forked from mirrors/nixpkgs
strategoxt-utils
svn path=/nixpkgs/trunk/; revision=3271
This commit is contained in:
parent
785fb78cf2
commit
458f0c6faf
2
pkgs/development/compilers/strategoxt/utils/default.nix
Normal file
2
pkgs/development/compilers/strategoxt/utils/default.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
import ./strategoxt-utils-0.14.nix
|
||||
|
|
@ -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];
|
||||
}
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -48,6 +48,7 @@ let {
|
|||
|
||||
sdf
|
||||
strategoxt
|
||||
strategoxtUtils
|
||||
# ghc
|
||||
# helium
|
||||
perl
|
||||
|
|
Loading…
Reference in a new issue