Skip to content

Commit

Permalink
libgcrypt: don't disable checks on Darwin, let's see if patch fixes
Browse files Browse the repository at this point in the history
(cherry picked from commit d6bffa6)
("yes the patch does fix tests on Darwin", by the way :))
  • Loading branch information
dtzWill committed Jun 25, 2018
1 parent 57c0968 commit 5a3fdf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/libraries/libgcrypt/default.nix
Expand Up @@ -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/;
Expand Down

0 comments on commit 5a3fdf2

Please sign in to comment.