mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-01 18:05:00 +00:00
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:
parent
9439574224
commit
e14d2feb7a
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2023-2025 Tomas Volf <wolf@wolfsden.cz>
|
||||
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2025 caem <me@caem.dev>
|
||||
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue