celluloid: add libGL build input

Currently, this is propagated from cairo, but that will soon no longer
be the case.
This commit is contained in:
Alyssa Ross
2023-10-20 22:02:28 +00:00
parent 0bcaa2f556
commit b8bdfe5752
+2
View File
@@ -5,6 +5,7 @@
, desktop-file-utils
, glib
, gtk4
, libGL
, libepoxy
, libadwaita
, meson
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
glib
gtk4
libGL
libadwaita
libepoxy
mpv