summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-24 13:27:52 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-25 08:49:38 -0500
commitb33d0129ee562e4e042418833bd8c7038a60b1ac (patch)
treedffb74ef5519d4347447ed3a40f6db2751a711fc /pkgs/applications/audio
parent152e808b44442e6a7c41787fec1e8d24b4e0fd13 (diff)
downloadnixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar.gz
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar.bz2
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar.lz
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar.xz
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.tar.zst
nixpkgs-b33d0129ee562e4e042418833bd8c7038a60b1ac.zip
musescore: broken with Qt 5.6
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/musescore/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix
index c719080c742..463bd64495d 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
     maintainers = [ maintainers.vandenoever ];
     repositories.git = https://github.com/musescore/MuseScore;
+    broken = true;
   };
 }