mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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;
|
inherit src patches;
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" "dev" ];
|
||||||
|
|
||||||
setOutputFlags = false;
|
setOutputFlags = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user