c594a97518
GitOrigin-RevId: 301aada7a64812853f2e2634a530ef5d34505048
8 lines
132 B
Nix
8 lines
132 B
Nix
{ mkDerivation
|
|
, extra-cmake-modules
|
|
}:
|
|
|
|
mkDerivation {
|
|
pname = "oxygen-sounds";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|