From 972547089f4b56ec0edefb3b6d30405e9e501fbb Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Mon, 31 Jan 2022 09:44:56 +0100 Subject: [PATCH] libcef: add test that obs-studio builds --- pkgs/development/libraries/libcef/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/libcef/default.nix b/pkgs/development/libraries/libcef/default.nix index c6f2ba7f7228..62d67f0edbaa 100644 --- a/pkgs/development/libraries/libcef/default.nix +++ b/pkgs/development/libraries/libcef/default.nix @@ -26,6 +26,7 @@ , at-spi2-core , cups , libxshmfence +, obs-studio }: let @@ -102,6 +103,9 @@ stdenv.mkDerivation rec { cp -r ../include $out/ ''; + passthru.tests = { + inherit obs-studio; # frequently breaks on CEF updates + }; passthru.updateScript = ./update.sh; meta = with lib; {