glfw3: add dev output to get rid of libglvnd dev output

This commit is contained in:
Sandro Jäckel
2026-05-27 17:46:50 +02:00
parent 2bb5ecd583
commit f1e4abfccd
+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";