mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1136,6 +1136,7 @@ (define-public node-serialport
|
|||
(uri (git-reference
|
||||
(url "https://github.com/serialport/node-serialport")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x7zm59a5ff5yygjyw15xs3r5m3rb8av1yfrh4snn44mrwq87yg8"))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue