yap: revert update from 6.2.2 to 6.3.3
This reverts commit 41c662dcf68ce41c64ceb73a2f21a8aac09eb41e. The update doesn't compile in i686, and I don't have time to investigate at the moment.
This commit is contained in:
parent
368ce12cd5
commit
7b898a1d6a
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, readline, gmp, zlib }:
|
{ stdenv, fetchurl, readline, gmp, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "6.3.3";
|
version = "6.2.2";
|
||||||
name = "yap-${version}";
|
name = "yap-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.dcc.fc.up.pt/~vsc/Yap/${name}.tar.gz";
|
url = "http://www.dcc.fc.up.pt/~vsc/Yap/${name}.tar.gz";
|
||||||
sha256 = "0y7sjwimadqsvgx9daz28c9mxcx9n1znxklih9xg16k6n54v9qxf";
|
sha256 = "0l6p0vy667wws64cvwf74ssl6h9gypjzrsl3b2d32hs422186pzi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline gmp zlib ];
|
buildInputs = [ readline gmp zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user