gnu: node-serialport: Add a source file-name.
* gnu/packages/node-xyz.scm (node-serialport)[source]: Add a file-name field. Change-Id: I6397ca8f3ef2b02c6ff05a79e8bc4774383581af
This commit is contained in:
parent
404a27f0aa
commit
6b83d6060b
@ -1136,6 +1136,7 @@ both @file{stderr} and to a timestamped file.")
|
|||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/serialport/node-serialport")
|
(url "https://github.com/serialport/node-serialport")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x7zm59a5ff5yygjyw15xs3r5m3rb8av1yfrh4snn44mrwq87yg8"))))
|
(base32 "0x7zm59a5ff5yygjyw15xs3r5m3rb8av1yfrh4snn44mrwq87yg8"))))
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user