Update of strategoxt-utils
svn path=/nixpkgs/trunk/; revision=4236
This commit is contained in:
parent
da8e7be8b1
commit
9da2209bf0
@ -1,2 +1,2 @@
|
||||
import ./strategoxt-utils-0.14.nix
|
||||
import ./strategoxt-utils-0.16.nix
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, aterm, sdf, strategoxt, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "strategoxt-utils-0.16";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/stratego/strategoxt-utils-0.16/strategoxt-utils-0.16.tar.gz;
|
||||
md5 = "a118d67e7a2f1eb61f0cfccbe61aa509";
|
||||
};
|
||||
|
||||
inherit aterm sdf;
|
||||
buildInputs = [pkgconfig aterm sdf strategoxt];
|
||||
}
|
@ -552,11 +552,7 @@ rec {
|
||||
};
|
||||
|
||||
strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
|
||||
inherit fetchurl pkgconfig stdenv sdf strategoxt;
|
||||
|
||||
aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
inherit fetchurl pkgconfig stdenv aterm sdf strategoxt;
|
||||
};
|
||||
|
||||
bibtextools = (import ../tools/typesetting/bibtex-tools) {
|
||||
|
Loading…
Reference in New Issue
Block a user