From e14d2feb7a61166a1843e6fdafa455525b5142ef Mon Sep 17 00:00:00 2001 From: caem Date: Mon, 18 Aug 2025 01:49:34 +0200 Subject: nongnu: firefox-esr: No longer hardcode nspr version. Nspr version 4.32 was removed in Guix https://codeberg.org/guix/guix/commit/4d7692adc58effb97b82c4144efef8a28802da9b. The issue that required this version specifically has also since been resolved and thus a specific version of nspr is no longer required: https://bugs.gnu.org/32833#28. * nongnu/packages/mozilla.scm (firefox-esr) [inputs] Replace nspr-4.32 with nspr. Signed-off-by: Hilton Chain --- nongnu/packages/mozilla.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index ad58ac7..fa5bb39 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2022 Pierre Langlois ;;; Copyright © 2023-2025 Tomas Volf ;;; Copyright © 2025 Nicolas Graves +;;; Copyright © 2025 caem (define-module (nongnu packages mozilla) #:use-module (srfi srfi-26) @@ -481,7 +482,7 @@ libxt mesa mit-krb5 - nspr-4.32 + nspr ;; nss pango pciutils -- cgit v1.2.3