add obs-studio overlay
This commit is contained in:
parent
61e36587ec
commit
62d4b43fa5
3 changed files with 3 additions and 42 deletions
|
@ -7,5 +7,7 @@ final: prev: {
|
|||
meta.knownVulnerabilities = []; # NixOS/nixpkgs#273611
|
||||
});
|
||||
|
||||
lunar-client = prev.callPackage ./lunar-client.nix {};
|
||||
obs-studio = prev.obs-studio.overrideAttrs (old: {
|
||||
cmakeFlags = old.cmakeFlags ++ [(prev.lib.cmakeBool "ENABLE_LIBFDK" true)]; # NixOS/nixpkgs#278127
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue