mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
10 lines
125 B
Nix
10 lines
125 B
Nix
{
|
|
mkKdeDerivation,
|
|
libcanberra,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "knotifyconfig";
|
|
|
|
extraBuildInputs = [ libcanberra ];
|
|
}
|