mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
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 { };
|
||||
|
||||
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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue