From b102e120d57b1f790c4ee7bf9a71ffe06db2126b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Jan 2025 12:40:55 +0000 Subject: gnu: go-github-com-twpayne-go-xdg-v3: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-twpayne-go-xdg-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Icfea33020fcadb4b47cdced47df203886b3260b4 --- gnu/packages/golang.scm | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f82d07edf1..462beb6282 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2905,30 +2905,6 @@ (define-public go-github-com-twpayne-go-vfsafero @code{go-github-com-twpayne-go-vfs} and @code{go-github-com-spf13-afero}.") (license license:expat))) -(define-public go-github-com-twpayne-go-xdg-v3 - (package - (name "go-github-com-twpayne-go-xdg-v3") - (version "3.1.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/twpayne/go-xdg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0j8q7yzixs6jlaad0lpa8hs6b240gm2cmy0yxgnprrbpa0y2r7ln")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/twpayne/go-xdg/v3")) - (native-inputs - (list go-github-com-stretchr-testify go-github-com-twpayne-go-vfs-1.0.1)) - (home-page "https://github.com/twpayne/go-xdg/") - (synopsis "Functions related to freedesktop.org") - (description "Package @code{xdg} provides functions related to -@uref{freedesktop.org}.") - (license license:expat))) - (define-public go-github-com-delthas-go-libnp (let ((commit "0e45ece1f878f202fee2c74801e287804668f677")) (package -- cgit v1.2.3