yap: revert update from 6.2.2 to 6.3.3

This reverts commit 41c662dcf6. The update
doesn't compile in i686, and I don't have time to investigate at the moment.
This commit is contained in:
Peter Simons 2014-03-07 23:16:33 +01:00
parent 368ce12cd5
commit 7b898a1d6a

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, readline, gmp, zlib }:
stdenv.mkDerivation rec {
version = "6.3.3";
version = "6.2.2";
name = "yap-${version}";
src = fetchurl {
url = "http://www.dcc.fc.up.pt/~vsc/Yap/${name}.tar.gz";
sha256 = "0y7sjwimadqsvgx9daz28c9mxcx9n1znxklih9xg16k6n54v9qxf";
sha256 = "0l6p0vy667wws64cvwf74ssl6h9gypjzrsl3b2d32hs422186pzi";
};
buildInputs = [ readline gmp zlib ];