forked from mirrors/nixpkgs
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
This commit is contained in:
parent
236ba05e06
commit
833eea6157
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue