-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: closure sizeThe final size of a derivation, including its dependenciesThe final size of a derivation, including its dependencies6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.
Description
The closure of the Python 3 package is much bigger than Python 2:
$ du -sch $(nix-store -qR $(nix-build -A python27))
110M total
$ du -sch $(nix-store -qR $(nix-build -A python34))
269M total
This is primarily due to the dependency on TCL/TK, which pulls in libX11 and other X11 libraries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: closure sizeThe final size of a derivation, including its dependenciesThe final size of a derivation, including its dependencies6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.