Commit graph

694 commits

Author SHA1 Message Date
Mark H Weaver
8c95bba9ca
gnu: icecat: Update to 140.3.1-gnu1.
Fixes Mozilla bug 1980812 (Websites take way too long to load):
Improved reliability when HTTP/3 connections fail.  IceCat no longer
forces HTTP/2 during fallback, allowing the server to choose the
protocol and preventing stalls on some sites.

* gnu/packages/gnuzilla.scm (%icecat-base-version): Uncouple from
mozjs and update.
(%icecat-build-id): Update.
(icecat-source): Uncouple 'upstream-firefox-source' from mozjs source.
Update 'gnuzilla-commit' and hashes.
2025-09-23 23:02:43 -04:00
Efraim Flashner
3ba54dd24a
gnu: Add mozjs-128.
* gnu/packages/gnuzilla.scm (mozjs-128): New variable.

Change-Id: Id738f3257b483d16d0095dc37976eda5b46c1657
2025-09-17 10:40:35 +03:00
Maxim Cournoyer
ba2f9748f7
gnu: icecat: Update to 140.3.0-gnu1 [security fixes].
For Firefox/IceCat, this fixes at least CVE-2025-6427, CVE-2025-6428,
CVE-2025-6431, CVE-2025-6432, CVE-2025-6433, CVE-2025-6434, CVE-2025-6435 and
CVE-2025-6436.

For Thunderbird/Icedove, this fixes too many CVEs to be named here. Consult
<https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird> to
read the details.

* gnu/packages/image.scm (libpng-apng-for-librewolf): Rename to...
(libpng-apng-next): ... this.
* gnu/packages/librewolf.scm (librewolf) [inputs]: Adjust accordingly.
* gnu/packages/gnuzilla.scm (icecat-minimal): Update to 140.3.0.
[#:configure-flags]: Add --disable-fhs.  Remove --enable-official-branding.
[#:phases] {apply-guix-specific-patches}: Apply
icecat-fhs-configure-option.patch.
{remove-cargo-frozen-flag}: Remove --frozen from rust.mk.
{install}: Also install a policies.json file to disable the Sync feature.
{install-desktop-entry}: Adjust and streamline.
{install-icons}: Use the 'unofficial' branding directory.
[inputs]: Replace libpng-apng with libpng-apng-next.  Replace icu4c with
icu4c-77.
[native-search-paths]: Replace ICECAT_SYSTEM_DIR with MOZILLA_SYSTEM_DIR.
(icecat-source): Remove obsolete cleanups.  Switch tarball compression to
zstd.
(make-l10n-package): No longer set GUIX_PYTHONPATH.
[#:phases] {build}: Register the "tb_common" mach site.
[native-inputs]: Replace python-wrapper with python. Add python-aiohttp,
python-async-timeout and python-dateutil.
(mozilla-115-compare-locales, mozilla-115-locale, mozilla-115-locales)
(update-mozilla-115-locales, all-mozilla-115-locales, %icecat-115-base-version)
(%icecat-115-version, %icecat-115-build-id
(icecat-115-source): Delete variables.
(mozilla-l10n): Update to correct changeset.
(format-locales): New procedure.
(%icecat-locales): Update.
(%icecat-base-version): Set to the version of mozjs.
(%icecat-build-id): Bump.
(%icedove-build-id): Bump.
(%icedove-version): Set to 140.3.0.
(thunderbird-comm-source): Update accordingly.
[patches]: New field.
(comm-source->locales+changeset): Delete variable.
(%icedove-locales): Regenerate.
(thunderbird-comm-l10n): Adjust URI, and switch to a git-fetch, to be able to
use pre-releases (the official release tarballs lag behind those of Firefox).
(icedove-source): Compress resulting tarball via zstd. Adjust patching based
on changed file names and content. Make "comm" files writable. Patch
MOZ_APP_NAME in "devtools/startup/DevToolsStartup.sys.mjs". Adjust
services.settings.server value to avoid a warning.
Adjust l10n copying, given we're now using a checkout again.
(icedove-minimal) [#:phases] {configure}: Do not set PYTHON. Add
'ac_add_options --enable-rust-simd' flag.
{do-not-verify-vendored-rust-dependencies}: New phase.
{patch-cargo-checksums}: Sync with IceCat, add "comm" directory.
{remove-cargo-frozen-flag}: Sync phase with that of IceCat.
[inputs]: Sort. Add ffmpeg. Remove gtk+-2. Replace nss with nss-rapid.
Replace icu4c with icu4c-77.
[native-inputs]: Replace clang-15 with clang-20, llvm-15 with llvm-20. Replace
rust-cbindgen-0.24 with rust-cbindgen.
* gnu/packages/patches/icedove-observer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/patches/icecat-compare-paths.patch: Update.
* gnu/packages/patches/icecat-use-system-wide-dir.patch: Rework, with the goal
to of upstreaming it.

Change-Id: Ib420388b9e7c7b59baa74920951afbda99cfe5a2
2025-09-17 12:34:52 +09:00
Maxim Cournoyer
ebe032d51d
gnu: mozjs: Update to 140.3.0.
* gnu/packages/gnuzilla.scm (mozjs): Update to 140.3.0.
[#:configure-flags]: Add --enable-rust-simd.
[#:phases] {adjust-tests}: Update phase.
[inputs]: Replace icu4c with icu4c-77.
(mozjs-115) [#:configure-flags]: Delete --enable-rust-simd.

Change-Id: I077a67e0562125ada847e59e07902a864740ece7
2025-09-17 12:34:52 +09:00
Maxim Cournoyer
f2bd80bdb7
gnu: icedove: Fix localization.
The new strings data tarball has a top level directory that must be stripped,
unlike the Hg checkout that was used previously.

* gnu/packages/gnuzilla.scm (icedove-source): Strip top level directory of
THUNDERBIRD-COMM-L10N.

Fixes: #2552
Change-Id: I0aa188dc1319c6db75c3ead5dd8b508cca009477
2025-09-10 13:01:25 +09:00
Mark H Weaver
a820849c9d
gnu: icecat: Update to 128.14.0-gnu1 [security fixes].
Includes fixes for MFSA-RESERVE-2025-2 (Memory safety bugs),
MFSA-RESERVE-2025-1977130 (Uninitialized memory in the JavaScript
Engine component), MFSA-RESERVE-2025-1979527 (Sandbox escape due to
invalid pointer in the Audio/Video: GMP component), and
MFSA-RESERVE-2025-1979782 (Same-origin policy bypass in the Graphics:
Canvas2D component).

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
2025-08-19 11:23:18 -04:00
Ekaitz Zarraga
fc0e2315f6
gnu: icedove: Fix GPU rendering related errors.
Icedove was unable to find the GPU via PCI, it failed to find libGL.so.1
and was unable to use vaapi. All of them were related with missing
dependencies and wrappers.

* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add pciutils and libva.
[arguments]<#:phases>: Wrap pciutils, libva and mesa.

Change-Id: Ic6e07804bbde2ac3f375144190abf653185edbc5
2025-08-10 21:25:37 +02:00
Efraim Flashner
72867f2a78
gnu: icecat: Build with newer clang.
* gnu/packages/gnuzilla.scm (icecat-minimal)[native-inputs]: Replace
llvm-17 and clang-17 with llvm-20 and clang-20.

Change-Id: Iac280d23fd2975246b2960373688d8eefd230cda
2025-08-06 12:02:52 +03:00
Andreas Enge
806ac0cc04
gnu: Remove mozjs-78.
* gnu/packages/gnuzilla.scm (mozjs-78): Delete variable.

Change-Id: Id9289bec91bd05b6e3f0b2c785b90a6d6a5bc2a1
2025-07-29 11:39:46 +02:00
Aiden Isik
24faa135e4
gnu: mozjs-115: New package.
* gnu/packages/gnuzilla.scm (mozjs-115): New variable.
2025-07-29 11:27:26 +02:00
Mark H Weaver
019857aedf
gnu: icecat: Update to 128.13.0-gnu1 [security fixes].
Includes fixes for CVE-2025-8027, CVE-2025-8028, CVE-2025-8029,
CVE-2025-8030, CVE-2025-8031, CVE-2025-8032, CVE-2025-8033, and
CVE-2025-8034.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
2025-07-22 10:51:13 -04:00
Ekaitz Zarraga
894625f5e8
gnu: icedove: Add gpgme.
Fixes #1109.

* gnu/packages/gnuzilla.scm (icedove-minimal)
[inputs]: Add gpgme.
[arguments]<phases>: Wrap gpgme.

Change-Id: I4c6320b01e2e7f55c09cc4079064a816e4cff972
2025-07-09 11:01:22 +02:00
Mark H Weaver
c51a40b0c8
gnu: icecat: Update to 128.12.0-gnu1 [security fixes].
Includes fixes for CVE-2025-6424, CVE-2025-6425, CVE-2025-6426,
CVE-2025-6429, and CVE-2025-6430.

* gnu/packages/gnuzilla.scm (mozilla-115-compare-locales)
(mozilla-115-locale, mozilla-115-locales, update-mozilla-115-locales)
(all-mozilla-115-locales, %icecat-115-base-version)
(%icecat-115-version %icecat-115-build-id, icecat-115-source): New
bindings, retaining the previous meanings (before this commit) of
mozilla-compare-locales, mozilla-locale, mozilla-locales,
update-mozilla-locales, all-mozilla-locales, %icecat-base-version,
%icecat-version, %icecat-build-id, and icecat-source, respectively.
(mozilla-locale, mozilla-locales, update-mozilla-locales)
(all-mozilla-locales): Remove bindings.
(mozilla-compare-locales): Switch to new Github URL.
(mozilla-l10n): New variable.
(%icecat-locales): Move definition above "%icecat-base-version".
Add new locales "sat" and "skr".
(%icecat-base-version, %icecat-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
Remove 'upstream-icecat-base-version' local variable
and associated comments.  Modify the code
within (with-directory-excursion "l10n" ...) to adapt to new
upstream handling of locales.
(icecat-minimal) [inputs]: Switch from 'ffmpeg-5' to 'ffmpeg'.
Update the comment on why we are still using the bundled NSS.
[native-inputs]: Switch from 'rust-cbindgen-0.24' to 'rust-cbindgen'.
[arguments]: Add "--enable-rust-simd" to configure-flags.
Adapt 'remove-cargo-frozen-flag' phase to work on IceCat 128.
(comm-source->locales+changeset): Use 'update-mozilla-115-locales'.
(icedove-source): Use 'icecat-115-source'.
* gnu/packages/patches/icecat-use-system-wide-dir.patch,
gnu/packages/patches/icecat-compare-paths.patch: Adapt to IceCat 128.
* gnu/packages/patches/icecat-102-makeicecat.patch: Delete file
* gnu/local.mk (dist_patch_DATA): Remove it.
2025-06-24 11:12:49 -04:00
Mark H Weaver
932234fab0
Revert "gnu: icecat-minimal: Unbundle nss."
There have been reports that using the system NSS has caused
Firefox-derived browsers in Guix to freeze.  See:

  https://codeberg.org/guix/guix/issues/546
  https://codeberg.org/guix/guix/issues/661

This reverts commit b63ab3556e.
2025-06-19 13:09:47 -04:00
Mark H Weaver
b868ae741e
gnu: icecat: Update to 115.24.0-guix1 [security fixes].
Includes fixes for CVE-2025-5262, CVE-2025-5263, CVE-2025-5264, and
CVE-2025-5265.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-05-27 10:55:35 -04:00
Maxim Cournoyer
a75adabc15
gnu: icedove-minimal: Unbundle nss.
* gnu/packages/gnuzilla.scm (icedove-minimal) [inputs]: Add nss.
[#:phases] {configure}: Add "ac_add_options --with-system-nss\n" to mozconfig
file.

Change-Id: I3b67ed540a5d68d33fe31c3435051d367baef246
2025-05-23 15:01:25 +09:00
Maxim Cournoyer
b63ab3556e
gnu: icecat-minimal: Unbundle nss.
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Add nss.
[#:configure-flags]: Add "--with-system-nss".

Change-Id: Id485a6d53383309846a0b28aed2b24882142e3fd
2025-05-23 15:01:25 +09:00
Mark H Weaver
4d8d8c1c51
gnu: icecat: Update to 115.23.1-guix1 [security fixes].
Includes fixes for CVE-2025-4918 and CVE-2025-4919.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-05-20 06:17:46 -04:00
Mark H Weaver
bd92701ff8
gnu: icecat: Update to 115.23.0-guix1 [security fixes].
Includes fixes for CVE-2025-2817, CVE-2025-4082, CVE-2025-4083,
and CVE-2025-4084.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-04-29 13:26:10 -04:00
Sharlatan Hellseher
e417d6fe81
Merge remote-tracking branch 'origin/python-team'
Change-Id: I08cf47c4ee8c4019615ba45cef4cca1bd362d31b
2025-04-19 16:49:36 +01:00
Hilton Chain
b276cf2f97
gnu: mozjs: Disable test suite failing for DST.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]<#:phases>: Delete test suite
non262/Date/15.9.5.7.js.

Change-Id: I480c78d208ccecda8a5467461a0e5c7228262f9d
2025-04-19 14:28:56 +08:00
Hilton Chain
f26eeefb57
gnu: Remove mozjs-102.
It fails to build and has no dependent packages.

* gnu/packages/gnuzilla.scm (mozjs-102): Delete variable.

Change-Id: I16f67810fddd338b5e55a61b57975a83426bdf54
2025-04-19 14:28:54 +08:00
Ricardo Wurmus
23ecf0bc36
gnu: mozjs-78: Fix build with Python 3.11.
* gnu/packages/gnuzilla.scm (mozjs-78):[arguments]: Add phase
'python-3.11-compatibility.

Change-Id: I9178a2f8a6880bbcc2d712a1a9ccecd300242370
2025-04-16 11:46:11 +02:00
Ricardo Wurmus
0c90d3e2af
gnu: mozjs: Fix build with Python 3.11.
* gnu/packages/gnuzilla.scm (mozjs):[arguments]: Add phase
'python-3.11-compatibility.

Change-Id: I0d02ff98f69bab9df405550c75d5e13a741389d6
2025-04-16 11:46:11 +02:00
Ricardo Wurmus
dead8b3a52
gnu: Update references to python3.10 directory.
* gnu/packages/admin.scm (ansible)[native-search-paths]: Refer to python3.11
directory.
* gnu/packages/bioinformatics.scm (scvelo)[arguments]: Same.
* gnu/packages/ebook.scm (calibre)[arguments]: Same.
* gnu/packages/engineering.scm (cadabra2)[arguments]: Same.
* gnu/packages/gnuzilla.scm (make-l10n-package)[arguments]: Same.
* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Same.
* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Same.
* gnu/packages/version-control.scm (mercurial)[native-search-paths]: Same.
* gnu/packages/irc.scm (go-gopkg-in-irc-v3): Update comment.

Change-Id: If2ea1060b42b137474d5cfda6611df6e6fc85270
2025-04-16 11:46:08 +02:00
Mark H Weaver
bdf2b8e016
gnu: icecat: Update to 115.22.0-guix1 [security fixes].
Includes fixes for CVE-2025-2857 and CVE-2025-3028.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-04-01 13:18:18 -04:00
André Batista
24effa5fc2
gnu: mozjs: Remove version 91.
No packages depend on this version anymore.

* gnu/packages/gnuzilla.scm (mozjs-91): Delete variable.

Change-Id: Icc4efd0fc8b3728e4e6c6953fe3266262358d193
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-03-26 10:00:06 +01:00
Mark H Weaver
6d62e98df9
gnu: icecat: Update to 115.21.0-guix1 [security fixes].
Includes fixes for CVE-2024-43097, CVE-2025-1930, CVE-2025-1931,
CVE-2025-1933, and CVE-2025-1937.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-03-04 14:54:27 -05:00
Liliana Marie Prikler
7c6ebbd9e6
gnu: mozjs: Update to 128.3.1.
* gnu/packages/gnuzilla.scm (mozjs): Update to 128.3.1.
[#:phases]<configure>: Set HOME.
<adjust-tests>: Update accordingly.
[native-inputs]: Add rust-cbindgen.
(mozjs-102): New variable.
2025-03-02 20:31:39 +01:00
Liliana Marie Prikler
303c729836
gnu: Make icu4c 73.1 the default.
* gnu/packages/icu4c.scm (icu4c): Update to 73.1.
[patches]: Adjust accordingly.
(icu4c-73): Delete variable.
(icu4c-71): New variable, containing the old icu4c.
* gnu/packages/librewolf.scm (librewolf)[inputs]: Adjust accordingly.
* gnu/packages/node.scm (node-lts): Likewise.
* gnu/packages/tor-browsers.scm (make-torbrowser): Likewise.
* gnu/packages/gnuzilla.scm (icecat-minimal, icedove-minimal): Likewise.
2025-03-02 20:31:39 +01:00
Efraim Flashner
66daf46b41
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-19 11:21:47 +02:00
Mark H Weaver
b763d074a6
gnu: icecat: Update to 115.20.0-guix1 [security fixes].
Includes fixes for CVE-2025-1009, CVE-2025-1010, CVE-2025-1012, and
CVE-2025-1016.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-02-04 22:21:28 -05:00
Mark H Weaver
d7c9145951
gnu: icecat: Update to 115.19.0-guix1 [security fixes].
Includes fixes for CVE-2025-0238 and CVE-2025-0242.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-version)
(%icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-01-07 15:03:09 -05:00
Efraim Flashner
541abedc0a
Merge remote-tracking branch 'origin/rust-team'
Change-Id: I6d5c28252f060eeb69eb02fd281e7268bb885b29
2024-12-02 14:13:39 +02:00
Jonathan Brielmaier
4f6e9c7de1
gnu: icedove: Update to 115.16.3.
* gnu/packages/gnuzilla.scm (icedove): Update to 115.16.3.

Change-Id: I076e670a5442a910ac6d5aeb7ed8f64236442062
2024-12-01 14:12:33 +01:00
Mark H Weaver
634b1e3f42
gnu: icecat: Update to 115.18.0-guix2 [security fixes].
Includes fixes for CVE-2024-11692, CVE-2024-11693, and CVE-2024-11697.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit and hash.
2024-11-28 17:52:11 -05:00
Efraim Flashner
21808661c4
gnu: icedove-minimal: Fix build.
* gnu/packages/gnuzilla.scm (icedove-minimal)[inputs]: Replace
rust-cbindgen with rust-cbindgen-0.24.

Change-Id: I60d127a58b7d08e368b158e2a366f173d3c5e141
2024-11-28 11:05:38 +02:00
Efraim Flashner
a4e4903b53
gnu: icecat-minimal: Fix build.
* gnu/packages/gnuzilla.scm (icecat-minimal)[inputs]: Replace
rust-cbindgen with rust-cbindgen-0.24.

Change-Id: I114e9d579b4012648ee59a6db5c717cdbcfefc47
2024-11-28 11:05:38 +02:00
Efraim Flashner
a4658e36bf
gnu: icecat: Fix building with newer rust.
* gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Adjust the
configure-flags to temporarily disable rust SIMD optimizations.

Change-Id: I799a97582e87419a6c580bb849485e48752443f7
2024-11-28 11:04:59 +02:00
Mark H Weaver
335f07eb47
gnu: icecat: Update to 115.18.0-guix1 [security fixes].
Includes fixes for CVE-2024-11691 and CVE-2024-11694.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
(icecat-minimal)[native-inputs]: Use version 17 of llvm and clang.
2024-11-26 13:13:50 -05:00
Jonathan Brielmaier
ee3219996b
gnu: icedove: Update to 115.16.2.
* gnu/packages/gnuzilla.scm (icedove): Update to 115.16.2.

Change-Id: Ibe020ce42e5503980ef4120863dc1c6e4fb40eb7
2024-11-10 16:03:02 +01:00
Mark H Weaver
913fdb7ea8
gnu: icecat: Update to 115.17.0-guix1 [security fixes].
Includes fixes for CVE-2024-10458, CVE-2024-10459, and CVE-2024-10463.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-10-30 02:20:27 -04:00
Mark H Weaver
cb3290e720
gnu: icecat: Update to 115.16.1-guix1 [fixes CVE-2024-9680].
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-10-09 22:30:30 -04:00
Mark H Weaver
88b4bce96a
gnu: icecat: Update to 115.16.0-guix1 [security fixes].
Includes fixes for CVE-2024-9392, CVE-2024-9393, CVE-2024-9394, and
CVE-2024-9401.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-10-01 15:52:39 -04:00
André Batista
fc059c66cf
gnu: icedove-l10n: Fix build.
Fixes <https://issues.guix.gnu.org/73192>

* gnu/packages/gnuzilla.scm (make-l10n-package)[arguments]<#:phases>:
On 'build phase unconditionally use 'system*' to invoke 'mach', as
'invoke' does not work for icedove any longer.

Reported-by: bdju <bdju@tilde.team>.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-09-22 22:33:22 +02:00
Mark H Weaver
0aeb089073
gnu: icecat: Update to 115.15.0-guix1 [security fixes].
Includes fixes for CVE-2024-8381, CVE-2024-8382, CVE-2024-8383, and
CVE-2024-8384.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-09-03 13:34:22 -04:00
Maxime Devos
86e23cd164
gnu: icedove: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add bash-minimal.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I8662841b88d46baebc7f700b7331b0c5cc786f64
2024-08-31 10:42:43 +02:00
Maxime Devos
f86158a621
gnu: icecat: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/gnuzilla.scm
(icecat)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I30f7f40b8093457e4076a3d8ac9f3a6a1cca703c
2024-08-31 10:42:43 +02:00
Maxim Cournoyer
292d183080
gnu: icedove-minimal: Import the correct set of modules.
* gnu/packages/gnuzilla.scm (icedove-minimal) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I63c3789c620b11acbbf8db23ef416fc02cfdc00e
2024-08-31 10:42:19 +02:00
Maxim Cournoyer
1b6e92584b
gnu: icecat-minimal: Import the correct set of modules.
* gnu/packages/gnuzilla.scm (icecat-minimal) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I178519f7f4199748294305b7094e17c7daec6622
2024-08-31 10:42:19 +02:00