Marius Bakke
Marius Bakke
It looks like the whole build happens in `autoreconfPhase`, is that correct? I would have expected to see `configurePhase` and `buildPhase` too, though I haven't used NixOS in many years....
I think you can use `--keep-failed` with `nix-build` to preserve the failed build tree in `/tmp/nix-build-ganeti.drv-0` or thereabouts.
Great. I see you found the [disable-version-symlinks](https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/patches/ganeti-disable-version-symlinks.patch) patch. It comes with a big caveat that `gnt-cluster upgrade` is untested and might break! Not a big deal until Ganeti 3.1 is...
Hi @FStelzer, do you think you will have the opportunity to adjust this for Zabbix 5 or 6? Thanks, and sorry for the late response :-)
One problem with this workflow is that it will create the tag if it does not exist yet, as can be seen here: https://github.com/mbakke/ungoogled-chromium-portablelinux/releases The best way to deal with...
Works fine on Guix :+1:
Not sure if this is backwards-compatible, but for Python 3.8, the `python3-config --ldflags` invokation in cfg/checks/python.mk needs to include `--embed`.
It should be run after `gn gen`. In Guix we run it as [part of the build procedure](https://github.com/guix-mirror/guix/blob/8bbbbb39350eb559951972abae2622195393b51e/gnu/packages/chromium.scm#L675-L678), so it's possible to look up historical flags from the Guix CI...
Chromium will load extensions from `/usr/share/chromium/extensions`, but not raw CRX files. You need to create a json file where the file name is the 32 first characters of the SHA256...
Widevine is not distributed with Chromium. UnRAR is, but ungoogled-chromium [includes a patch](https://github.com/Eloston/ungoogled-chromium/blob/master/patches/core/debian/disable/unrar.patch) that allows building without it. AFAIK (and I've checked!) UnRAR is the only non-free component present in...