From 631ea038757bd88e55c10ec9b1aa1d2aee1af05f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Feb 2010 14:13:25 +0000 Subject: * Fix / disable some packages that give evaluation errors in Hydra. svn path=/nixpkgs/trunk/; revision=19833 --- pkgs/applications/misc/hello/ex-2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/misc/hello') diff --git a/pkgs/applications/misc/hello/ex-2/default.nix b/pkgs/applications/misc/hello/ex-2/default.nix index 876e0dfb7c50..409ff3745c1c 100644 --- a/pkgs/applications/misc/hello/ex-2/default.nix +++ b/pkgs/applications/misc/hello/ex-2/default.nix @@ -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 = '' -- cgit 1.4.1