Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nix build, update flake.lock #112

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Fix nix build, update flake.lock #112

merged 2 commits into from
Dec 18, 2023

Conversation

AtaraxiaSjel
Copy link
Contributor

At the moment, the hyprpaper build is failing with the following error:

In file included from /build/x9p86pbqbvwry48qacajgfyk8zd2sxir-source/src/render/../defines.hpp:3,
                 from /build/x9p86pbqbvwry48qacajgfyk8zd2sxir-source/src/render/LayerSurface.hpp:3,
                 from /build/x9p86pbqbvwry48qacajgfyk8zd2sxir-source/src/render/LayerSurface.cpp:1:
/build/x9p86pbqbvwry48qacajgfyk8zd2sxir-source/src/render/../includes.hpp:30:10: fatal error: GLES3/gl32.h: No such file or directory
   30 | #include <GLES3/gl32.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

Fixed the problem by adding libGL to buildInputs. Also updated flake.lock to the latest nixos-23.11.

@vaxerski vaxerski requested a review from fufexan December 18, 2023 00:16
@fufexan fufexan merged commit a5e21e2 into hyprwm:main Dec 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants