SDL2_image, SDL2_ttf: split dev output (#536473)

This commit is contained in:
Grimmauld
2026-06-29 16:13:56 +00:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-OT9e+1BTbsE8pPSv+2nMmWbTw/lp5sXnAfrd+fl4U4E=";
};
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
SDL2
autoreconfHook

View File

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