let
lib = (import <nixpkgs> {}).lib;
in
{
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}