mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +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:
@@ -22,6 +22,10 @@ pkgs.mkShell {
|
|||||||
prettier
|
prettier
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Fix for: https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434
|
||||||
|
# https://github.com/NixOS/nixpkgs/commit/049a854b4be087eaa3a09012b9c452fbc838dd41
|
||||||
|
NIX_LDFLAGS = "-lGL";
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
# NOTE: This is required to make it find the wayland platform plugin installed
|
# NOTE: This is required to make it find the wayland platform plugin installed
|
||||||
# above, but should probably be fixed upstream.
|
# above, but should probably be fixed upstream.
|
||||||
|
|||||||
Reference in New Issue
Block a user