qtwebengine: Build against libGL
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-10-23 19:43:49 +02:00
parent 8c11f6bf01
commit 01323c2b97
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -330,6 +330,10 @@ in genAttrs [
postgresql = null; postgresql = null;
qttranslations = null; qttranslations = null;
}; };
qtwebengine = prev.qtwebengine.overrideAttrs (prevAttrs: {
buildInputs = prevAttrs.buildInputs or [ ] ++ [ final'.libGL ];
});
}); });
systemd = prev.systemd.override { systemd = prev.systemd.override {