diff options
author | caem <me@caem.dev> | 2025-08-18 01:49:34 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-08-18 10:50:12 +0800 |
commit | e14d2feb7a61166a1843e6fdafa455525b5142ef (patch) | |
tree | 459dc5b9778f54350355f636832350509dc15761 | |
parent | 9439574224556ae375ef275b484c517238e227bf (diff) |
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 <hako@ultrarare.space>
-rw-r--r-- | nongnu/packages/mozilla.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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 |