about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-06-26 18:26:14 +0200
committerGitHub <noreply@github.com>2018-06-26 18:26:14 +0200
commit6c0427e8ec94b23243c71f60cd4b92af470c0697 (patch)
treeae40cdbe0cec80bbc582922afee8e093bf473ae8 /pkgs/applications
parenta627399a84f06251fc88030bde1b571f82121993 (diff)
parentd8560227926cea4d41e4360fd54b819025810eb9 (diff)
downloadnixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar.gz
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar.bz2
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar.lz
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar.xz
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.tar.zst
nixlib-6c0427e8ec94b23243c71f60cd4b92af470c0697.zip
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/tomahawk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/tomahawk/default.nix b/pkgs/applications/audio/tomahawk/default.nix
index 4140c5da5a45..78bd43383539 100644
--- a/pkgs/applications/audio/tomahawk/default.nix
+++ b/pkgs/applications/audio/tomahawk/default.nix
@@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
     homepage = http://tomahawk-player.org/;
     license = licenses.gpl3Plus;
     platforms = platforms.all;
+    broken = true; # 2018-06-25
   };
 }