rosenthal: Remove go-github-com-google-gopacket. [upstreamed]

* rosenthal/packages/golang.scm (go-github-com-google-gopacket): Delete
variable.
remotes/origin/trunk
Hilton Chain 2 years ago
parent fa49f7f272
commit 44c7908c53
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 22
      rosenthal/packages/golang.scm

@ -7,25 +7,3 @@
#:use-module (guix build-system go)
#:use-module (guix git-download)
#:use-module (guix packages))
(define-public go-github-com-google-gopacket
(package
(name "go-github-com-google-gopacket")
(version "1.1.19")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/google/gopacket")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"048qwm2n0wrpql4qqgd7jyynn3gk069yvqbxnshlayzmbhf87ls4"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/google/gopacket"))
(home-page "https://github.com/google/gopacket")
(synopsis "Packet processing capabilities library")
(description
"This package provides packet processing capabilities for Go.")
(license license:bsd-3)))

Loading…
Cancel
Save