3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #138180 from abdelq/egl-wayland

egl-wayland: 1.1.7 -> 1.1.9
This commit is contained in:
Cole Mickens 2021-11-19 19:23:49 -08:00 committed by GitHub
commit 438aecc5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,11 @@
, meson
, ninja
, wayland-scanner
, libGL
, libX11
, mesa
, libGL
, wayland
, wayland-protocols
}:
let
@ -41,7 +42,7 @@ let
in stdenv.mkDerivation rec {
pname = "egl-wayland";
version = "1.1.7";
version = "1.1.9";
outputs = [ "out" "dev" ];
@ -49,7 +50,7 @@ in stdenv.mkDerivation rec {
owner = "Nvidia";
repo = pname;
rev = version;
sha256 = "sha256-pqpJ6Uo50BouBU0wGaL21VH5rDiVHKAvJtfzL0YInXU=";
sha256 = "sha256-rcmGVEcOtKTR8sVkHV7Xb+8NuKWUapYn+/Fswi4z6Mc=";
};
depsBuildBuild = [
@ -65,10 +66,11 @@ in stdenv.mkDerivation rec {
buildInputs = [
eglexternalplatform
libGL
libX11
mesa
libGL
wayland
wayland-protocols
];
postFixup = ''