bump version of obs to nixpkgs/unstable

Note that I was unable to test this locally, since both the decklink and
ndi derivations fail without elaborate prefetching of proprietary stuff
I didn't have the motivation to deal with.

However, a version with all of them disabled successfully evaluated and
built, so I guess we should probably be fine.
This commit is contained in:
stuebinm 2021-03-10 21:27:57 +01:00
parent 7bad2e070b
commit 6efeb6c2ab

View file

@ -3,6 +3,7 @@
let
sources = import ../nix/sources.nix;
pkgs = import sources.nixpkgs args;
unstable = import sources.nixpkgs-unstable args;
callPackage = pkgs.lib.callPackageWith (pkgs // newpkgs);
@ -19,7 +20,7 @@ let
blackmagicDesktopVideo = callPackage ./blackmagic-desktop-video { };
obs-studio = pkgs.obs-studio.overrideAttrs (_: rec {
obs-studio = unstable.obs-studio.overrideAttrs (_: rec {
wrapLibraries = with (pkgs // newpkgs); [
xorg.libX11.out
libvlc