mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
df2318949e
These are the notification sounds used all over the place by Plasma components.
10 lines
136 B
Nix
10 lines
136 B
Nix
{
|
|
mkDerivation,
|
|
extra-cmake-modules,
|
|
}:
|
|
|
|
mkDerivation {
|
|
pname = "oxygen-sounds";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|