[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.
From: |
guix-commits |
Subject: |
160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz. |
Date: |
Tue, 5 Nov 2024 16:05:12 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ca405887c283662d88ad3e1e88393c602ef07aca
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Sep 25 15:21:53 2024 +0100
gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fsnotify-fsnotify): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I56f234c1dbb956f97d9d733bc9d7b5dd572830f8
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a2ff3357fd..3f6e287511 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2870,6 +2870,31 @@ quoting, commenting, and escaping.")
(home-page "https://github.com/flynn-archive/go-shlex")
(license license:asl2.0))))
+(define-public go-github-com-fsnotify-fsnotify
+ (package
+ (name "go-github-com-fsnotify-fsnotify")
+ (version "1.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fsnotify/fsnotify")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/fsnotify/fsnotify"))
+ (propagated-inputs
+ (list go-golang-org-x-sys))
+ (home-page "https://github.com/fsnotify/fsnotify")
+ (synopsis "File system notifications for Go")
+ (description
+ "File system notifications for Go")
+ (license license:bsd-3)))
+
(define-public go-github-com-fxamacker-cbor-v2
(package
(name "go-github-com-fxamacker-cbor-v2")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7dd5d93097..7f16568f86 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3329,30 +3329,6 @@ GNU extensions} to the POSIX recommendations for
command-line options.")
all types of configuration needs and formats.")
(license license:expat)))
-(define-public go-github-com-fsnotify-fsnotify
- (package
- (name "go-github-com-fsnotify-fsnotify")
- (version "1.7.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/fsnotify/fsnotify")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/fsnotify/fsnotify"))
- (propagated-inputs
- `(("golang.org/x/sys" ,go-golang-org-x-sys)))
- (home-page "https://github.com/fsnotify/fsnotify")
- (synopsis "File system notifications for Go")
- (description "File system notifications for Go")
- (license license:bsd-3)))
-
(define-public go-github-com-nxadm-tail
(package
(name "go-github-com-nxadm-tail")
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., (continued)
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., guix-commits, 2024/11/05
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/05
- 171/172: gnu: go-1.22: Update to 1.22.7., guix-commits, 2024/11/05
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/05
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/05
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/05
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/05
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/11/05
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/05
- 161/172: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/11/05
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.,
guix-commits <=
- 163/172: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/11/05
- 164/172: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/11/05
- 169/172: gnu: run: Update to 0.11.2., guix-commits, 2024/11/05
- 167/172: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/11/05
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/11/05
- 84/172: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/11/05
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/11/05
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/05
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/11/05
- 154/172: gnu: Add go-github-com-pkg-browser., guix-commits, 2024/11/05