From e99d631956d74b520e71d50a2af30daf8b861b48 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 18 Mar 2024 11:22:30 +0100 Subject: [PATCH] obs-amf: fix building on unstable --- pkgs/apps/obs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/apps/obs/default.nix b/pkgs/apps/obs/default.nix index 041ad06..46f6420 100644 --- a/pkgs/apps/obs/default.nix +++ b/pkgs/apps/obs/default.nix @@ -70,6 +70,9 @@ stdenv.mkDerivation rec { fetchSubmodules = true; }; + env.NIX_CFLAGS_COMPILE = toString [ + "-Wno-error" + ]; patches = [ ./obs-amf-patch.patch # OBS AMF Patch ./Enable-file-access-and-universal-access-for-file-URL.patch