Nix already provides cef-binary, which I can easily refactor into a form that's acceptable for runtime.
Building cef-rs or cef-dll-sys however fails because the provided CEF folder doesn't have an archive.json which is required by download-cef for some reason.
download-cef is set as a dependency of both cef-rs and cef-dll-sys. Is this really necessary ? Shouldn't that be a feature ? Is there a way to completely ignore any code coming from download-cef ?
Nix already provides
cef-binary, which I can easily refactor into a form that's acceptable for runtime.Building
cef-rsorcef-dll-syshowever fails because the provided CEF folder doesn't have anarchive.jsonwhich is required bydownload-ceffor some reason.download-cefis set as a dependency of bothcef-rsandcef-dll-sys. Is this really necessary ? Shouldn't that be a feature ? Is there a way to completely ignore any code coming fromdownload-cef?