gnu: fswatch: Don't use NAME in source URI.
* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
This commit is contained in:
parent
bc03fe69fd
commit
6396829738
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ (define-public fswatch
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emcrisostomo/fswatch.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r9m3rysqa1kdgghv2i6sv4zrd0v8idsbrp627ys642dl39svir3"))))
|
||||
|
|
Loading…
Reference in a new issue