1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

gperf uses the generic builder

svn path=/nixpkgs/trunk/; revision=5624
This commit is contained in:
Armijn Hemel 2006-07-06 18:22:45 +00:00
parent b1c67e02c4
commit 9a4f512001
2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -2,7 +2,6 @@
stdenv.mkDerivation {
name = "gperf-2.7.2";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gperf-2.7.2.tar.gz;
md5 = "e501acc2e18eed2c8f25ca0ac2330d68";