qtwebengine: Build against libGL
This commit is contained in:
parent
8c11f6bf01
commit
01323c2b97
1 changed files with 4 additions and 0 deletions
|
@ -330,6 +330,10 @@ in genAttrs [
|
|||
postgresql = null;
|
||||
qttranslations = null;
|
||||
};
|
||||
|
||||
qtwebengine = prev.qtwebengine.overrideAttrs (prevAttrs: {
|
||||
buildInputs = prevAttrs.buildInputs or [ ] ++ [ final'.libGL ];
|
||||
});
|
||||
});
|
||||
|
||||
systemd = prev.systemd.override {
|
||||
|
|
Loading…
Reference in a new issue