glfw3: add dev output to get rid of libglvnd dev output (#523502)

This commit is contained in:
Sefa Eyeoglu
2026-05-27 17:12:39 +00:00
committed by GitHub
+5
View File
@@ -34,6 +34,11 @@ stdenv.mkDerivation {
pname = "glfw${lib.optionalString withMinecraftPatch "-minecraft"}";
inherit version;
outputs = [
"out"
"dev"
];
src = fetchFromGitHub {
owner = "glfw";
repo = "GLFW";