forked from mirrors/nixpkgs
ikiwiki: update to version 3.20150614
Unfortunately, this update does not fix the test suite failure: | Test Summary Report | ------------------- | t/img.t (Wstat: 512 Tests: 31 Failed: 2) | Failed tests: 17-18 | Non-zero exit status: 2 | Files=59, Tests=2273, 22 wallclock secs ( 0.49 usr 0.04 sys + 16.36 cusr 5.45 csys = 22.34 CPU) | Result: FAIL | Failed 1/59 test programs. 2/2273 subtests failed.
This commit is contained in:
parent
f547eaab44
commit
4825906186
|
@ -23,7 +23,7 @@ assert mercurialSupport -> (mercurial != null);
|
|||
|
||||
let
|
||||
name = "ikiwiki";
|
||||
version = "3.20150107";
|
||||
version = "3.20150614";
|
||||
|
||||
lib = stdenv.lib;
|
||||
in
|
||||
|
@ -31,8 +31,8 @@ stdenv.mkDerivation {
|
|||
name = "${name}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/joeyh/ikiwiki/archive/debian/${version}.tar.gz";
|
||||
sha256 = "12kiqjxrh93gysdp7bhglnks2md9davl8jgzqlj0m8xs5rf1972n";
|
||||
url = "http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/${name}_${version}.tar.gz";
|
||||
sha256 = "0sbs58d7faap1wp2rv7kf3gy3hid1hcpspgqs9wwms2qcki9kwa2";
|
||||
};
|
||||
|
||||
buildInputs = [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate
|
||||
|
|
Loading…
Reference in a new issue