about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-06-26 17:35:05 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2018-06-26 17:35:05 +0200
commitd8560227926cea4d41e4360fd54b819025810eb9 (patch)
treeefcd35e0445800dd1693b9a8a02729feb3e6233b /pkgs
parent8d6502f8ca9bd59931de4d0f7d74c805b34f7d14 (diff)
downloadnixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar.gz
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar.bz2
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar.lz
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar.xz
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.tar.zst
nixlib-d8560227926cea4d41e4360fd54b819025810eb9.zip
tomahawk: mark as broken
During `8d6502f8ca9` `phonon-backend-vlc` uses QT5 by default.
Rather than fixing this it has been marked as broken as it's currently
unmaintained (see c76ad476b0245c474c057b451ba6fec18e7f81f1)
and broken since March (https://hydra.nixos.org/build/71873808).
For now I've marked it as broken as the last *stable* release is from
2015 (see https://github.com/tomahawk-player/tomahawk/releases/tag/0.8.4).
Diffstat (limited to 'pkgs')
-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
   };
 }