nongnu: firefox-esr: No longer hardcode nspr version.

Nspr version 4.32 was removed in Guix
4d7692adc5.

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 <hako@ultrarare.space>
This commit is contained in:
caem 2025-08-18 01:49:34 +02:00 committed by Hilton Chain
parent 9439574224
commit e14d2feb7a
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -22,6 +22,7 @@
;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2023-2025 Tomas Volf <wolf@wolfsden.cz> ;;; Copyright © 2023-2025 Tomas Volf <wolf@wolfsden.cz>
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2025 caem <me@caem.dev>
(define-module (nongnu packages mozilla) (define-module (nongnu packages mozilla)
#:use-module (srfi srfi-26) #:use-module (srfi srfi-26)
@ -481,7 +482,7 @@
libxt libxt
mesa mesa
mit-krb5 mit-krb5
nspr-4.32 nspr
;; nss ;; nss
pango pango
pciutils pciutils