b41113241d
GitOrigin-RevId: ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90
9 lines
136 B
Nix
9 lines
136 B
Nix
{
|
|
mkDerivation,
|
|
extra-cmake-modules,
|
|
}:
|
|
|
|
mkDerivation {
|
|
pname = "oxygen-sounds";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|