mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:38:16 +00:00
magpie: use mesa-gl-headers
This commit is contained in:
parent
9a16c2b268
commit
3badb3f257
@ -25,6 +25,7 @@
|
||||
libXtst,
|
||||
libinput,
|
||||
libdrm,
|
||||
libgbm,
|
||||
gsettings-desktop-schemas,
|
||||
glib,
|
||||
gtk3,
|
||||
@ -32,7 +33,7 @@
|
||||
pipewire,
|
||||
libgudev,
|
||||
libwacom,
|
||||
mesa,
|
||||
mesa-gl-headers,
|
||||
meson,
|
||||
nix-update-script,
|
||||
validatePkgConfig,
|
||||
@ -86,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libXtst
|
||||
libcap_ng
|
||||
graphene
|
||||
mesa # actually uses eglmesaext
|
||||
mesa-gl-headers
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -114,6 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gtk3
|
||||
libcanberra
|
||||
libdrm
|
||||
libgbm
|
||||
libgudev
|
||||
libinput
|
||||
libstartup_notification
|
||||
|
Loading…
Reference in New Issue
Block a user