summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-2.7-no-static-lib.patch
Commit message (Collapse)AuthorAge
* gnu: python: Do not install static libraries.Julien Lepiller2021-06-11
This is something Fedora already does since 2010, so it should be safe, and saves a lot of space. * gnu/packages/patches/python-2.7-no-static-lib.patch: New file. * gnu/packages/patches/python-3-no-static-lib.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2.7, python-3): Use them.