diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 967bf1a684..f82d07edf1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3450,32 +3450,6 @@ result is a conceptually simple, but highly performant, disk-backed storage syst of the current user.") (license license:expat))) -(define-public go-github-com-ssgelm-cookiejarparser - (package - (name "go-github-com-ssgelm-cookiejarparser") - (version "1.0.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ssgelm/cookiejarparser") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0fnm53br0cg3iwzniil0lh9w4xd6xpzfypwfpdiammfqavlqgcw4")))) - (build-system go-build-system) - (arguments - (list - #:embed-files #~(list "children" "nodes" "text") - #:import-path "github.com/ssgelm/cookiejarparser")) - (propagated-inputs (list go-golang-org-x-net)) - (home-page "https://github.com/ssgelm/cookiejarparser") - (synopsis "Parse a curl cookiejar with Go") - (description - "This package is a Go library that parses a curl (netscape) cookiejar -file into a Go http.CookieJar.") - (license license:expat))) - (define-public go-github-com-ssor-bom (package (name "go-github-com-ssor-bom") |