wayfire: 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 21:44:52 +00:00
parent cb414381c0
commit 6bdb478d73
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -8,6 +8,7 @@
, wf-config
, cairo
, doctest
, libGL
, libdrm
, libexecinfo
, libevdev
@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
wf-config
libGL
libdrm
libexecinfo
libevdev