Skip to content

Commit

Permalink
Merge pull request #123140 from midchildan/fix/zathura-build
Browse files Browse the repository at this point in the history
zathura: disable checkPhase on Darwin
  • Loading branch information
marsam committed May 15, 2021
2 parents a9f1bca + d38f9c8 commit 5782a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/zathura/core/default.nix
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
] ++ optional stdenv.isLinux libseccomp
++ optional stdenv.isDarwin gtk-mac-integration;

doCheck = true;
doCheck = !stdenv.isDarwin;

meta = {
homepage = "https://git.pwmt.org/pwmt/zathura";
Expand Down

0 comments on commit 5782a7c

Please sign in to comment.