mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove nspr-4.36.
* gnu/packages/librewolf.scm (nspr-4.36): Delete variable. (librewolf) [inputs]: Replace nspr-4.36 with nspr. * gnu/packages/nss.scm (nss-rapid) [propagated-inputs]: Delete field, inheriting parent one as-is. Change-Id: I78c664498b07bff59e81fdbc417ebde8aafb3f68
This commit is contained in:
parent
30fc2661fe
commit
caeed43882
2 changed files with 1 additions and 17 deletions
|
|
@ -644,7 +644,7 @@
|
||||||
libxt
|
libxt
|
||||||
mesa
|
mesa
|
||||||
mit-krb5
|
mit-krb5
|
||||||
nspr-4.36
|
nspr
|
||||||
nss-rapid
|
nss-rapid
|
||||||
pango
|
pango
|
||||||
pciutils
|
pciutils
|
||||||
|
|
|
||||||
|
|
@ -95,19 +95,6 @@ platform-neutral API for system level and libc-like functions. It is used
|
||||||
in the Mozilla clients.")
|
in the Mozilla clients.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public nspr-4.36
|
|
||||||
(package
|
|
||||||
(inherit nspr)
|
|
||||||
(version "4.36")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v"
|
|
||||||
version "/src/nspr-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))))
|
|
||||||
|
|
||||||
;; nss should track ESRs, but currently doesn't. 3.102.1 is the current ESR.
|
;; nss should track ESRs, but currently doesn't. 3.102.1 is the current ESR.
|
||||||
|
|
||||||
(define-public nss
|
(define-public nss
|
||||||
|
|
@ -337,9 +324,6 @@ security standards.")
|
||||||
(invoke #$(if (target-64bit?) "faketime" "datefudge")
|
(invoke #$(if (target-64bit?) "faketime" "datefudge")
|
||||||
"2025-06-19" "./nss/tests/all.sh"))
|
"2025-06-19" "./nss/tests/all.sh"))
|
||||||
(format #t "test suite not run~%"))))))))
|
(format #t "test suite not run~%"))))))))
|
||||||
(propagated-inputs
|
|
||||||
(modify-inputs (package-propagated-inputs nss)
|
|
||||||
(replace "nspr" nspr-4.36)))
|
|
||||||
(synopsis "Network Security Services (Rapid Release)")
|
(synopsis "Network Security Services (Rapid Release)")
|
||||||
(description
|
(description
|
||||||
"Network Security Services (@dfn{NSS}) is a set of libraries designed to
|
"Network Security Services (@dfn{NSS}) is a set of libraries designed to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue