Skip to content

Commit

Permalink
remove obs overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jan 16, 2024
1 parent b8947f1 commit 8599bac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exprs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ final: prev: rec {
meta.knownVulnerabilities = []; # NixOS/nixpkgs#273611
});

obs-studio = prev.obs-studio.overrideAttrs (old: {
cmakeFlags = old.cmakeFlags ++ [(prev.lib.cmakeBool "ENABLE_LIBFDK" true)]; # NixOS/nixpkgs#278127
});

hyprlang = prev.callPackage ./hyprlang.nix {
stdenv = prev.gcc13Stdenv;
};
Expand Down

0 comments on commit 8599bac

Please sign in to comment.