diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-16 10:28:31 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 01:31:23 +0200 |
commit | d6fa3ac7a8203173b125390aed596832565a3687 (patch) | |
tree | 5556b695952ea52729cd7481b36d6da6bf6c6928 /gnu/packages/polkit.scm | |
parent | 283d3fd7c3ce46519a0063bcecde497abffb5ad5 (diff) | |
download | guix-d6fa3ac7a8203173b125390aed596832565a3687.tar.gz |
gnu: mozjs: Update to 102.2.0.
* gnu/packages/gnuzilla.scm (mozjs): Update to 102.2.0. (source)[uri]: Use new download location. [arguments]: Adjust configure phase for upstream changes. Remove adjust-tests-for-icu-68 phase, add adjust-tests phase. Don't delete tests in pre-check phase. [native-inputs]: Remove AUTOCONF-2.13 and PYTHON-3. Add AUTOCONF, M4, and PYTHON-WRAPPER. [inputs]: Replace ICU4C with ICU4C-71. (mozjs-78): New variable. * gnu/packages/games.scm (0ad)[inputs]: Change from MOZJS to MOZJS-78. * gnu/packages/polkit.scm (polkit-mozjs)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/polkit.scm')
-rw-r--r-- | gnu/packages/polkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 9a3703b196..38e7f36c2a 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm @@ -90,7 +90,7 @@ "\"/run/setuid-programs/polkit-agent-helper-1\"")))))) (build-system gnu-build-system) (inputs - (list expat linux-pam elogind mozjs nspr)) + (list expat linux-pam elogind mozjs-78 nspr)) (propagated-inputs (list glib)) ; required by polkit-gobject-1.pc (native-inputs |