cef-binary: init

This commit is contained in:
emaryn 2025-04-09 21:02:49 +00:00
parent 437a1c75d6
commit 8a3d09577c

View file

@ -0,0 +1,15 @@
{
libcef,
}:
libcef.overrideAttrs (oldAttrs: {
pname = "cef-binary";
installPhase = ''
runHook preInstall
cp -r .. $out
runHook postInstall
'';
})