gnu: fswatch: Don't use NAME in source URI.

* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-04-15 10:29:42 +02:00
parent bc03fe69fd
commit 6396829738
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ written in Go with pluggable metric collectors.")
(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"))))