mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
tk: Use a dev output
This ensures that the propagated build inputs don't end up in tcl/tk's runtime closure, which is reduced by about 5 MiB.
This commit is contained in:
parent
02683acf71
commit
b31870fe13
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit src patches;
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
outputs = [ "out" "man" "dev" ];
|
||||
|
||||
setOutputFlags = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user