proj: disable tests on 32 bit

This commit is contained in:
Vincent Laporte 2017-02-12 09:59:23 +00:00
parent bee23d7dfc
commit af9857ef47

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1xw5f427xk9p2nbsj04j6m5zyjlyd66sbvl2bkg8hd1kx8pm9139";
};
doCheck = true;
doCheck = stdenv.is64bit;
meta = with stdenv.lib; {
description = "Cartographic Projections Library";