forked from mirrors/nixpkgs
musescore: broken with Qt 5.6
This commit is contained in:
parent
152e808b44
commit
b33d0129ee
|
@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.vandenoever ];
|
||||
repositories.git = https://github.com/musescore/MuseScore;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue