screen uses the generic builder

svn path=/nixpkgs/trunk/; revision=5621
This commit is contained in:
Armijn Hemel 2006-07-06 18:12:00 +00:00
parent 4812209ebe
commit c1afbc0f77
2 changed files with 0 additions and 4 deletions

View file

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

View file

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