diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-15 13:45:45 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:00 +0000 |
commit | d1f86c4b69fbbffcb6d9d867e92bd1beb3f3cf9a (patch) | |
tree | 2bcb34a8f2f84b105077da9944b8b6151a7d998f /gnu/packages/golang.scm | |
parent | f30e497a3647f796322aa5a6be2bfaad3d8e5b7b (diff) |
gnu: go-github-com-kr-fs: Move to golang-xyz.
* gnu/packages/golang.scm: ... to here.
* gnu/packages/golang-xyz.scm (go-github-com-kr-fs): Move from here ...
Change-Id: Iefc12b42656a6fdc90e62286a592c7041670d5b4
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 3c411eb8e6..9b2543b646 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4240,33 +4240,6 @@ anchor names.") have super fancy logs.") (license license:expat)))) -(define-public go-github-com-kr-fs - (let ((commit "1455def202f6e05b95cc7bfc7e8ae67ae5141eba") - (revision "0")) - (package - (name "go-github-com-kr-fs") - (version (git-version "0.1.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/fs") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/kr/fs" - #:test-flags #~(list "-skip" "TestBug3486"))) - (home-page "https://github.com/kr/fs") - (synopsis "File-system-related functions for Go") - (description - "The fs package provides file-system-related Go functions.") - (license license:bsd-3)))) - (define-public go-github-com-kr-text (package (name "go-github-com-kr-text") |