SDL2_ttf: split dev output

output size changes:
out: 200K -> 100K
dev: 0 -> 104K
This commit is contained in:
SandaruKasa
2026-06-26 20:50:01 +03:00
parent 8aab6a219f
commit 7eb5bba1b9

View File

@@ -21,6 +21,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-Cyvx57ZWitvbybuSRkP3nZ3tr+Bh+h7Wh9HZrE5FO/0=";
};
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
SDL2
pkg-config