about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdemultimedia/libkcddb.nix
blob: 66b0cfe869f60a453572054dfdf41c2ac99be7a0 (plain) (blame)
1
2
3
4
5
6
7
8
{ kde, kdelibs }:
kde {
#todo: libmusicbrainz5
  buildInputs = [ kdelibs ];
  meta = {
    description = "A library used to retrieve audio CD meta data from the internet";
  };
}