1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

* Use the generic builder.

svn path=/nixpkgs/trunk/; revision=3196
This commit is contained in:
Eelco Dolstra 2005-06-17 13:51:33 +00:00
parent 0a2f531aea
commit 8bef2f3f82
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd m4-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1

View file

@ -1,7 +1,6 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnum4-1.4.3";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2;
md5 = "1f7d7eba70a0525c44c2edc3998925c7";