mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 08:48:15 +00:00
SDL2_ttf: split dev output
output size changes: out: 200K -> 100K dev: 0 -> 104K
This commit is contained in:
@@ -21,6 +21,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-Cyvx57ZWitvbybuSRkP3nZ3tr+Bh+h7Wh9HZrE5FO/0=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
SDL2
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user