* Fix / disable some packages that give evaluation errors in Hydra.

svn path=/nixpkgs/trunk/; revision=19833
This commit is contained in:
Eelco Dolstra
2010-02-05 14:13:25 +00:00
parent 874b4869a3
commit 631ea03875
7 changed files with 14 additions and 29 deletions
@@ -1,13 +1,13 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "hello-2.3";
name = "hello-2.3x26";
src = fetchurl {
url = mirror://gnu/hello/hello-2.3.tar.bz2;
sha256 = "0c7vijq8y68bpr7g6dh1gny0bff8qq81vnp4ch8pjzvg56wb3js1";
};
meta = {
description = "A program that produces a familiar, friendly greeting";
longDescription = ''