tomahawk: Qt 5 infrastructure upgrade
This commit is contained in:
parent
54bcdcc0a7
commit
5810f0e7ed
@ -11,9 +11,7 @@ assert enableXMPP -> libjreen != null;
|
|||||||
assert enableKDE -> kdelibs != null;
|
assert enableKDE -> kdelibs != null;
|
||||||
assert enableTelepathy -> telepathy_qt != null;
|
assert enableTelepathy -> telepathy_qt != null;
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
quazipQt4 = quazip.override { qt = qt4; };
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "tomahawk-${version}";
|
name = "tomahawk-${version}";
|
||||||
version = "0.8.4";
|
version = "0.8.4";
|
||||||
|
|
||||||
@ -29,7 +27,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake pkgconfig attica boost gnutls libechonest liblastfm lucenepp phonon
|
cmake pkgconfig attica boost gnutls libechonest liblastfm lucenepp phonon
|
||||||
qca2 qjson qt4 qtkeychain quazipQt4 sparsehash taglib websocketpp
|
qca2 qjson qt4 qtkeychain quazip sparsehash taglib websocketpp
|
||||||
makeWrapper
|
makeWrapper
|
||||||
] ++ stdenv.lib.optional enableXMPP libjreen
|
] ++ stdenv.lib.optional enableXMPP libjreen
|
||||||
++ stdenv.lib.optional enableKDE kdelibs
|
++ stdenv.lib.optional enableKDE kdelibs
|
||||||
|
@ -13310,6 +13310,7 @@ let
|
|||||||
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;
|
||||||
|
quazip = qt5.quazip.override { qt = qt4; };
|
||||||
};
|
};
|
||||||
|
|
||||||
torchat = callPackage ../applications/networking/instant-messengers/torchat {
|
torchat = callPackage ../applications/networking/instant-messengers/torchat {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user