mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-librewolf-source: Delete unbundled libraries.
* gnu/packages/librewolf.scm (make-librewolf-source): Delete unbundled libraries. Change-Id: I533fa95c33cfed3fa048566d6c436fe1d234bf49
This commit is contained in:
parent
ad7bc711b0
commit
9636ad9789
1 changed files with 13 additions and 3 deletions
|
@ -193,10 +193,20 @@
|
|||
"librewolf-compare-paths.patch"
|
||||
"librewolf-use-system-wide-dir.patch"
|
||||
"librewolf-add-store-to-rdd-allowlist.patch"))
|
||||
;; XXX: 75 Mo (800+ Mo uncompressed) of unused tests.
|
||||
;; Removing it makes it possible to compile on some systems.
|
||||
;; Slim down the tarball by removing unbundled libraries and 75 Mo (800+
|
||||
;; Mo uncompressed) of unused tests.
|
||||
;; TODO: Unbundle security/nss and media/libpng.
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(delete-file-recursively "testing/web-platform")))))
|
||||
(snippet
|
||||
#~(for-each delete-file-recursively
|
||||
'("testing/web-platform"
|
||||
"gfx/cairo/libpixman"
|
||||
"js/src/ctypes/libffi"
|
||||
"ipc/chromium/src/third_party/libevent"
|
||||
"media/libvpx"
|
||||
"docs/nspr"
|
||||
"media/libwebp"
|
||||
"modules/zlib"))))))
|
||||
|
||||
;;; Define the versions of rust needed to build firefox, trying to match
|
||||
;;; upstream. See table at [0], `Uses' column for the specific version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue