libgcrypt: don't disable checks on Darwin, let's see if patch fixes

This commit is contained in:
Will Dietz 2018-06-17 19:16:35 -05:00
parent 6c16f3d626
commit d6bffa6aa4

View File

@ -52,8 +52,7 @@ stdenv.mkDerivation rec {
cp src/.libs/libgcrypt.20.dylib $out/lib
'';
# TODO: reenable with next update?
doCheck = !stdenv.isDarwin;
doCheck = true;
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/libgcrypt/;