~ruther/guix-local

4d7692adc58effb97b82c4144efef8a28802da9b — Ian Eure 1 year, 9 months ago 1fef682
gnu: Remove nspr-4.32.

Nothing uses this, so remove it.

* gnu/packages/nss.scm (nspr-4.32): Delete variable.

Change-Id: I05c97fe6fc32d045618334df118a84836c0d0261
1 files changed, 0 insertions(+), 13 deletions(-)

M gnu/packages/nss.scm
M gnu/packages/nss.scm => gnu/packages/nss.scm +0 -13
@@ 108,19 108,6 @@ in the Mozilla clients.")
               (base32
                "15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))))

(define-public nspr-4.32
  (package
    (inherit nspr)
    (version "4.32")
    (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
               "0v3zds1id71j5a5si42a658fjz8nv2f6zp6w4gqrqmdr6ksz8sxv"))))))

;; nss should track ESRs, but currently doesn't.  3.102.1 is the current ESR.

(define-public nss