Merge pull request #153277 from veprbl/pr/broken_frescobaldi

frescobaldi: mark as broken on darwin
main
Bobby Rong 2 years ago committed by GitHub
commit 840e9d2ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/misc/frescobaldi/default.nix

@ -1,4 +1,4 @@
{ lib, buildPythonApplication, fetchFromGitHub, python3Packages, pyqtwebengine, lilypond }:
{ lib, stdenv, buildPythonApplication, fetchFromGitHub, python3Packages, pyqtwebengine, lilypond }:
buildPythonApplication rec {
pname = "frescobaldi";
@ -51,5 +51,6 @@ buildPythonApplication rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sepi ];
platforms = platforms.all;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/frescobaldi.x86_64-darwin
};
}

Loading…
Cancel
Save