glfw3: enable strictDeps and __structuredAttrs

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-21 22:51:35 +01:00
parent bc33d600bd
commit 1c6ac26465
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -87,6 +87,9 @@ stdenv.mkDerivation {
];
};
strictDeps = true;
__structuredAttrs = true;
meta = with lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = "https://www.glfw.org/";