Skip to content

Commit

Permalink
Merge pull request #173194 from Mindavi/nomacs/darwin
Browse files Browse the repository at this point in the history
nomacs: mark broken on darwin
  • Loading branch information
SuperSandro2000 authored May 15, 2022
2 parents 2ca6036 + 05dee02 commit aaf0d5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/graphics/nomacs/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, fetchpatch
Expand Down Expand Up @@ -67,5 +68,7 @@ mkDerivation rec {
maintainers = with lib.maintainers; [ mindavi ];
license = licenses.gpl3Plus;
inherit (qtbase.meta) platforms;
# Broken on hydra since 2020-08-15: https://hydra.nixos.org/build/125495291 (bump from 3.16 to 3.17 prerelease)
broken = stdenv.isDarwin;
};
}

0 comments on commit aaf0d5d

Please sign in to comment.