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
  • Loading branch information
dtzWill committed Jun 18, 2018
1 parent 4e8a33d commit bb90cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/libraries/libgcrypt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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 bb90cbf

Please sign in to comment.