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
commit 7c191cfee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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