update to new less, remove builder, since it was just a generic build

svn path=/nixpkgs/trunk/; revision=5536
This commit is contained in:
Armijn Hemel 2006-06-29 11:44:12 +00:00
parent aeef0073b9
commit cbd254fd10
2 changed files with 3 additions and 7 deletions

View file

@ -1,3 +0,0 @@
source $stdenv/setup
genericBuild

View file

@ -1,12 +1,11 @@
{stdenv, fetchurl, ncurses}:
stdenv.mkDerivation {
name = "less-382";
name = "less-394";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/less-382.tar.gz;
md5 = "103fe4aef6297b93f0f73f38cc3b1bd7";
url = http://www.greenwoodsoftware.com/less/less-394.tar.gz;
md5 = "a9f072ccefa0d315b325f3e9cdbd4b97";
};
buildInputs = [ncurses];