mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
8 lines
141 B
Nix
8 lines
141 B
Nix
{ kde, kdelibs }:
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
meta = {
|
|
description = "a multimedia player with the focus on simplicity";
|
|
};
|
|
}
|