tomahawk: Build with older taglib version 1.9

The 0.8.4 version of Tomahawk doesn't yet recognize the new taglib
version that has been introduced in b762a20 and fails during
configurePhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-12-18 03:06:47 +01:00
parent 68c504fa8f
commit ec3d068170
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -13329,6 +13329,7 @@ let
tomahawk = callPackage ../applications/audio/tomahawk {
inherit (pkgs.kde4) kdelibs;
taglib = taglib_1_9;
enableXMPP = config.tomahawk.enableXMPP or true;
enableKDE = config.tomahawk.enableKDE or false;
enableTelepathy = config.tomahawk.enableTelepathy or false;