libcef: add test that obs-studio builds

This commit is contained in:
FliegendeWurst 2022-01-31 09:44:56 +01:00
parent bd482cb65c
commit 972547089f

View file

@ -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; {