mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03: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 {
|
tomahawk = callPackage ../applications/audio/tomahawk {
|
||||||
inherit (pkgs.kde4) kdelibs;
|
inherit (pkgs.kde4) kdelibs;
|
||||||
|
taglib = taglib_1_9;
|
||||||
enableXMPP = config.tomahawk.enableXMPP or true;
|
enableXMPP = config.tomahawk.enableXMPP or true;
|
||||||
enableKDE = config.tomahawk.enableKDE or false;
|
enableKDE = config.tomahawk.enableKDE or false;
|
||||||
enableTelepathy = config.tomahawk.enableTelepathy or false;
|
enableTelepathy = config.tomahawk.enableTelepathy or false;
|
||||||
|
Loading…
Reference in New Issue
Block a user