hyprpicker: Add missing libGL

Cairo will soon no longer propagate libGL.

/build/source/src/debug/../includes.hpp:30:10: fatal error: GLES3/gl32.h: No such file or directory
   30 | #include <GLES3/gl32.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
This commit is contained in:
Bobby Rong
2023-10-20 22:02:47 +00:00
committed by Alyssa Ross
parent 53b550170d
commit 9c3a7f2ae8
@@ -6,6 +6,7 @@
, ninja
, cairo
, fribidi
, libGL
, libdatrie
, libjpeg
, libselinux
@@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
fribidi
libGL
libdatrie
libjpeg
libselinux