glfw3: enable strictDeps and __structuredAttrs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
bc33d600bd
commit
1c6ac26465
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user