diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-23 21:05:15 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:41 +0000 |
| commit | a50a541df36b088b64b765d692863f7b6905025f (patch) | |
| tree | f9087ca907d91c314d7e840536eff5b930459acf /gnu/packages/golang-xyz.scm | |
| parent | 5d6e4cedb5666e01a3ba97d27b5eef6a82ff7875 (diff) | |
gnu: Remove go-github-com-calmh-xdr.
* gnu/packages/golang-xyz.scm (go-github-com-calmh-xdr): Delete variable.
Change-Id: I5414a14b093819d1f17d5eb9791f29a705daa5fe
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 72216ae2a4..6fb2594ae6 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1457,33 +1457,6 @@ indicator to any terminal application.") similar to Go's standard library @code{json} and @code{xml} package.") (license license:expat))) -;; XXX: This repository has been archived by the owner on Feb 21, 2018. It is -;; now read-only. -(define-public go-github-com-calmh-xdr - (package - (name "go-github-com-calmh-xdr") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/calmh/xdr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/calmh/xdr")) - (home-page "https://github.com/calmh/xdr") - (synopsis "XDR marshalling and unmarshalling") - (description - "XDR is an External Data Representation (XDR) -marshalling and unmarshalling library in Go. It uses code generation and not -reflection.") - (license license:expat))) - (define-public go-github-com-caarlos0-env (package (name "go-github-com-caarlos0-env") |
