3
0
Fork 0
forked from mirrors/nixpkgs

musescore: broken with Qt 5.6

This commit is contained in:
Thomas Tuegel 2017-03-24 13:27:52 -05:00
parent 152e808b44
commit b33d0129ee
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 1 deletions

View file

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = [ maintainers.vandenoever ];
repositories.git = https://github.com/musescore/MuseScore;
broken = true;
};
}

View file

@ -14677,7 +14677,7 @@ with pkgs;
if stdenv.isDarwin then
callPackage ../applications/audio/musescore/darwin.nix { }
else
libsForQt55.callPackage ../applications/audio/musescore { };
libsForQt56.callPackage ../applications/audio/musescore { };
mutt = callPackage ../applications/networking/mailreaders/mutt { };
mutt-with-sidebar = callPackage ../applications/networking/mailreaders/mutt {