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:
parent
b1c67e02c4
commit
9a4f512001
|
@ -1,7 +0,0 @@
|
|||
source $stdenv/setup
|
||||
|
||||
tar xvfz $src
|
||||
cd gperf-*
|
||||
./configure --prefix=$out
|
||||
make
|
||||
make install
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue