nixda: bump version of obs to nixpkgs/unstable
This commit is contained in:
parent
2d4309fdf4
commit
faee8da700
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
||||||
|
|
||||||
blackmagicDesktopVideo = callPackage ./blackmagic-desktop-video { };
|
blackmagicDesktopVideo = callPackage ./blackmagic-desktop-video { };
|
||||||
|
|
||||||
obs-studio = pkgs.obs-studio.overrideAttrs (_: rec {
|
obs-studio = unstable.obs-studio.overrideAttrs (_: rec {
|
||||||
wrapLibraries = with (pkgs // newpkgs); [
|
wrapLibraries = with (pkgs // newpkgs); [
|
||||||
xorg.libX11.out
|
xorg.libX11.out
|
||||||
libvlc
|
libvlc
|
||||||
|
|
Loading…
Reference in a new issue