mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
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:
parent
68c504fa8f
commit
ec3d068170
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user