3
0
Fork 0
forked from mirrors/nixpkgs

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 c76ad476b0)
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).
This commit is contained in:
Maximilian Bosch 2018-06-26 17:35:05 +02:00
parent 8d6502f8ca
commit d856022792
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
homepage = http://tomahawk-player.org/;
license = licenses.gpl3Plus;
platforms = platforms.all;
broken = true; # 2018-06-25
};
}