mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-syncthing-notify: Fix indentation.
* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Fix indentation. Change-Id: I50a4283912d1444374f5422e0dc4b75f5e33778f
This commit is contained in:
parent
232875beb7
commit
9b98e4b0ee
1 changed files with 23 additions and 22 deletions
|
@ -213,25 +213,26 @@ notification area icon for Syncthing. Supported Syncthing features:
|
||||||
(deprecated-package "qsyncthingtray" syncthing-gtk))
|
(deprecated-package "qsyncthingtray" syncthing-gtk))
|
||||||
|
|
||||||
(define-public go-github-com-syncthing-notify
|
(define-public go-github-com-syncthing-notify
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-syncthing-notify")
|
(name "go-github-com-syncthing-notify")
|
||||||
(version "0.0.0-20210616190510-c6b7342338d2")
|
(version "0.0.0-20210616190510-c6b7342338d2")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/syncthing/notify")
|
(uri (git-reference
|
||||||
(commit (go-version->git-ref version))))
|
(url "https://github.com/syncthing/notify")
|
||||||
(file-name (git-file-name name version))
|
(commit (go-version->git-ref version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1mw7kxj0smcf4vgpxai7m9vncdx2d3blxqy13hffvza0fxnwkv37"))))
|
(base32 "1mw7kxj0smcf4vgpxai7m9vncdx2d3blxqy13hffvza0fxnwkv37"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/syncthing/notify"))
|
'(#:import-path "github.com/syncthing/notify"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-sys))
|
(list go-golang-org-x-sys))
|
||||||
(synopsis "File system event notification library")
|
(home-page "https://github.com/syncthing/notify")
|
||||||
(description "This package provides @code{notify}, a file system event
|
(synopsis "File system event notification library")
|
||||||
notification library in Go.")
|
(description
|
||||||
(home-page "https://github.com/syncthing/notify")
|
"This package provides @code{notify}, a file system event notification
|
||||||
(license expat)))
|
library in Go.")
|
||||||
|
(license expat)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue