Merge #255024: libglvnd: 1.6.0 -> 1.7.0

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-02 12:58:41 +02:00
commit 526453cf1d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "libglvnd";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "glvnd";
repo = "libglvnd";
rev = "v${version}";
sha256 = "sha256-p/vLxagN9nCYw1JpUmZetgctQbrp3Wo33OVFrtvmnjQ=";
sha256 = "sha256-2U9JtpGyP4lbxtVJeP5GUgh5XthloPvFIw28+nldYx8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config python3 addOpenGLRunpath ];
@ -69,6 +69,8 @@ stdenv.mkDerivation rec {
changelog = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/tags/v${version}";
license = with licenses; [ mit bsd1 bsd3 gpl3Only asl20 ];
platforms = platforms.unix;
# https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/212
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
maintainers = with maintainers; [ primeos ];
};
}