mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Nix: Fix OpenGL linking issue in the devshell
https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434
049a854b4b
This commit is contained in:
parent
ea1997c631
commit
b4df14ebe5
Notes:
github-actions[bot]
2025-02-05 20:42:48 +00:00
Author: https://github.com/ttrssreal Commit: https://github.com/LadybirdBrowser/ladybird/commit/b4df14ebe5e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3427 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ pkgs.mkShell {
|
|||
prettier
|
||||
];
|
||||
|
||||
# Fix for: https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434
|
||||
# https://github.com/NixOS/nixpkgs/commit/049a854b4be087eaa3a09012b9c452fbc838dd41
|
||||
NIX_LDFLAGS = "-lGL";
|
||||
|
||||
shellHook = ''
|
||||
# NOTE: This is required to make it find the wayland platform plugin installed
|
||||
# above, but should probably be fixed upstream.
|
||||
|
|
Loading…
Add table
Reference in a new issue