cage: add missing mesa headers
This commit is contained in:
parent
2da39dda3e
commit
1d078152bd
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchFromGitHub
|
{ lib, stdenv, fetchFromGitHub
|
||||||
, meson, ninja, pkg-config, wayland, scdoc, makeWrapper
|
, meson, ninja, pkg-config, wayland, scdoc, makeWrapper
|
||||||
, wlroots, wayland-protocols, pixman, libxkbcommon
|
, wlroots, wayland-protocols, pixman, libxkbcommon
|
||||||
, systemd, libGL, libX11
|
, systemd, libGL, libX11, mesa
|
||||||
, xwayland ? null
|
, xwayland ? null
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wlroots wayland wayland-protocols pixman libxkbcommon
|
wlroots wayland wayland-protocols pixman libxkbcommon
|
||||||
|
mesa # for libEGL headers
|
||||||
systemd libGL libX11
|
systemd libGL libX11
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue