tomahawk: move defaults to package file
This commit is contained in:
parent
679bf2a2b2
commit
25709dfe50
@ -19627,14 +19627,11 @@ in
|
|||||||
|
|
||||||
toggldesktop = libsForQt5.callPackage ../applications/misc/toggldesktop { };
|
toggldesktop = libsForQt5.callPackage ../applications/misc/toggldesktop { };
|
||||||
|
|
||||||
tomahawk = callPackage ../applications/audio/tomahawk {
|
tomahawk = callPackage ../applications/audio/tomahawk ({
|
||||||
taglib = taglib_1_9;
|
taglib = taglib_1_9;
|
||||||
enableXMPP = config.tomahawk.enableXMPP or true;
|
|
||||||
enableKDE = config.tomahawk.enableKDE or false;
|
|
||||||
enableTelepathy = config.tomahawk.enableTelepathy or false;
|
|
||||||
quazip = quazip_qt4;
|
quazip = quazip_qt4;
|
||||||
boost = boost155;
|
boost = boost155;
|
||||||
};
|
} // (config.tomahawk or {}));
|
||||||
|
|
||||||
topydo = callPackage ../applications/misc/topydo {};
|
topydo = callPackage ../applications/misc/topydo {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user