* Disable some stuff.

* Use GNU make 3.80 for StrategoXT.
* Updated octave.

svn path=/nixpkgs/trunk/; revision=5502
This commit is contained in:
Eelco Dolstra
2006-06-23 14:04:32 +00:00
parent e7edecc78f
commit 3042581b2a
4 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, aterm, sdf, pkgconfig}:
{stdenv, fetchurl, aterm, sdf, pkgconfig, make}:
stdenv.mkDerivation {
@@ -11,5 +11,5 @@ stdenv.mkDerivation {
};
inherit aterm sdf;
buildInputs = [pkgconfig aterm sdf];
buildInputs = [pkgconfig aterm sdf make];
}