glfw3: remove with lib

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-11-21 23:42:55 +01:00
parent 1c6ac26465
commit e584de5816
+4 -4
View File
@@ -90,11 +90,11 @@ stdenv.mkDerivation {
strictDeps = true;
__structuredAttrs = true;
meta = with lib; {
meta = {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = "https://www.glfw.org/";
license = licenses.zlib;
maintainers = with maintainers; [ marcweber Scrumplex twey ];
platforms = platforms.unix ++ platforms.windows;
license = lib.licenses.zlib;
maintainers = with lib.maintainers; [ marcweber Scrumplex twey ];
platforms = lib.platforms.unix ++ lib.platforms.windows;
};
}