tomahawk: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:23 +00:00
parent 679bf2a2b2
commit 25709dfe50

View file

@ -19627,14 +19627,11 @@ in
toggldesktop = libsForQt5.callPackage ../applications/misc/toggldesktop { };
tomahawk = callPackage ../applications/audio/tomahawk {
tomahawk = callPackage ../applications/audio/tomahawk ({
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;
boost = boost155;
};
} // (config.tomahawk or {}));
topydo = callPackage ../applications/misc/topydo {};