mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-09 16:41:58 +00:00
obs-studio: change libcef to custom, remove swiftshader
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ rec {
|
||||
VideoDecodeAcceleration VideoToolbox;
|
||||
};
|
||||
|
||||
obs-amf = pkgs.qt6Packages.callPackage ./apps/obs { ffmpeg = ffmpeg6-amf-full; inherit swiftshader;};
|
||||
obs-amf = pkgs.qt6Packages.callPackage ./apps/obs { ffmpeg = ffmpeg6-amf-full; inherit libcef;};
|
||||
|
||||
polymc = pkgs.qt6Packages.callPackage ./apps/games/polymc {};
|
||||
|
||||
@@ -23,7 +23,7 @@ rec {
|
||||
|
||||
fbset = callPackage ./apps/fbset.nix {};
|
||||
|
||||
swiftshader = callPackage ./libs/swiftshader.nix {};
|
||||
libcef = callPackage ./libs/libcef.nix {};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user