From d8560227926cea4d41e4360fd54b819025810eb9 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 26 Jun 2018 17:35:05 +0200 Subject: 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). --- pkgs/applications/audio/tomahawk/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') 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 }; } -- cgit 1.4.1