mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python: Do not install static libraries.
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.
This commit is contained in:
parent
99d450b085
commit
8ce96d8447
4 changed files with 151 additions and 2 deletions
|
@ -150,7 +150,8 @@
|
|||
"python-2.7-source-date-epoch.patch"
|
||||
"python-2.7-adjust-tests.patch"
|
||||
"python-cross-compile.patch"
|
||||
"python-2.7-CVE-2021-3177.patch"))
|
||||
"python-2.7-CVE-2021-3177.patch"
|
||||
"python-2.7-no-static-lib.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -421,7 +422,8 @@ data types.")
|
|||
"python-3-deterministic-build-info.patch"
|
||||
"python-3-fix-tests.patch"
|
||||
"python-3-hurd-configure.patch"
|
||||
"python-3-search-paths.patch"))
|
||||
"python-3-search-paths.patch"
|
||||
"python-3-no-static-lib.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue