hyprpaper: Add missing libGL

Cairo will soon no longer propagate libGL.

/build/source/src/events/../includes.hpp:31:10: fatal error: GLES3/gl32.h: No such file or directory
   31 | #include <GLES3/gl32.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
This commit is contained in:
Bobby Rong 2023-10-18 23:54:15 +08:00 committed by Alyssa Ross
parent de928d3fd7
commit 53b550170d
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, cmake
, file
, libGL
, libjpeg
, mesa
, pango
@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
file
libGL
libjpeg
mesa
pango