* More examples of interpolation.
svn path=/nixpkgs/trunk/; revision=5244
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm --with-sdf=$sdf --with-strategoxt=$strategoxt --with-hevea=$hevea --with-latex=$tetex"
|
||||
genericBuild
|
||||
@@ -2,11 +2,15 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bibtex-tools-0.2pre13026";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/bibtex-tools-0.2pre13026.tar.gz;
|
||||
md5 = "2d8a5de7c53eb670307048eb3d14cdd6";
|
||||
};
|
||||
inherit aterm tetex hevea sdf strategoxt;
|
||||
configureFlags = "
|
||||
--with-aterm=${aterm}
|
||||
--with-sdf=${sdf}
|
||||
--with-strategoxt=${strategoxt}
|
||||
--with-hevea=${hevea}
|
||||
--with-latex=${tetex}";
|
||||
buildInputs = [aterm sdf strategoxt hevea];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user