1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/desktops/plasma-5/oxygen-sounds.nix

9 lines
132 B
Nix
Raw Normal View History

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