Update of strategoxt-utils
svn path=/nixpkgs/trunk/; revision=4236
This commit is contained in:
@@ -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) {
|
strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
|
||||||
inherit fetchurl pkgconfig stdenv sdf strategoxt;
|
inherit fetchurl pkgconfig stdenv aterm sdf strategoxt;
|
||||||
|
|
||||||
aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
|
|
||||||
inherit fetchurl stdenv;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bibtextools = (import ../tools/typesetting/bibtex-tools) {
|
bibtextools = (import ../tools/typesetting/bibtex-tools) {
|
||||||
|
|||||||
Reference in New Issue
Block a user