* For simple Autotools-style packages (such as the ATerm library), the
builder may now be omitted entirely; the function `mkDerivation' will then use a default build script. svn path=/nixpkgs/trunk/; revision=868
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
. $stdenv/setup
|
||||
configureFlags="--with-gcc"
|
||||
genericBuild
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "aterm-2.0.5";
|
||||
builder = ./builder.sh;
|
||||
configureFlags = "--with-gcc";
|
||||
src = fetchurl {
|
||||
url = http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.5.tar.gz;
|
||||
md5 = "68aefb0c10b2ab876b8d3c0b2d0cdb1b";
|
||||
|
||||
Reference in New Issue
Block a user