From 833eea615753f401bc246066af2cbe8e9c9d37b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 1 Sep 2011 21:03:18 +0000 Subject: [PATCH] Updating fossil to 1.19. I can't still add readline as build input, because its new configuration code fails to cope with nix gcc detecting readline. svn path=/nixpkgs/trunk/; revision=28968 --- pkgs/applications/version-management/fossil/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index 002226292b02..6bf401b895ac 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -1,8 +1,8 @@ {stdenv, fetchurl, zlib, openssl, tcl}: let - version = "1.18"; - filedate = "20110713230341"; + version = "1.19"; + filedate = "20110901182519"; in stdenv.mkDerivation { @@ -10,7 +10,7 @@ stdenv.mkDerivation { src = fetchurl { url = "http://www.fossil-scm.org/download/fossil-src-${filedate}.tar.gz"; - sha256 = "065hp5hppzjzvvk9g8zaqbfms011rkiimydnfsgkp4s8jlc2h6dc"; + sha256 = "14snmwjfl9xz52d8lfzsp4zciwfbi9fwk623bm5dxhn2fczzc960"; }; buildInputs = [ zlib openssl ]; @@ -18,8 +18,6 @@ stdenv.mkDerivation { doCheck = true; - configurePhase = ":"; - checkTarget = "test"; installPhase = ''