nimPackages.snappy: disable checkPhase

This commit is contained in:
Emery Hemingway 2021-12-10 09:44:59 +00:00
parent b6e641375e
commit 2210854b14

View File

@ -11,7 +11,6 @@ buildNimPackage rec {
};
propagatedBuildInputs = [ snappy ];
patches = [ ./config.patch ];
doCheck = true;
preCheck = ''
mkdir $NIX_BUILD_TOP/nimcache/
mv -v tests/data $NIX_BUILD_TOP/nimcache/data