df2318949e
These are the notification sounds used all over the place by Plasma components.
9 lines
136 B
Nix
9 lines
136 B
Nix
{
|
|
mkDerivation,
|
|
extra-cmake-modules,
|
|
}:
|
|
|
|
mkDerivation {
|
|
pname = "oxygen-sounds";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|