depot/third_party/nixpkgs/pkgs/desktops/plasma-5/oxygen-sounds.nix
Default email b41113241d Project import generated by Copybara.
GitOrigin-RevId: ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90
2022-09-22 14:36:57 +02:00

9 lines
136 B
Nix

{
mkDerivation,
extra-cmake-modules,
}:
mkDerivation {
pname = "oxygen-sounds";
nativeBuildInputs = [ extra-cmake-modules ];
}