gnu: inotify-tools: Fetch sources from git.
* gnu/packages/linux.scm (inotify-tools)[source]: Fetch from git.
This commit is contained in:
parent
2286107f60
commit
88f9fea723
|
@ -1967,14 +1967,14 @@ for systems using the Linux kernel. This includes commands such as
|
||||||
(name "inotify-tools")
|
(name "inotify-tools")
|
||||||
(version "3.20.1")
|
(version "3.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/rvoicilas/inotify-tools/archive/"
|
(url "https://github.com/rvoicilas/inotify-tools.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b22c8x4pjnz3abx4dikpbj43zprjw79pdkd4xw111dsxlfwqcx4"))))
|
"14dci1i4mhsd5sa33k8h3ayphk19kizynh5ql9ryibdpmcanfiyq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue