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:
Efraim Flashner 2024-09-15 21:32:37 +03:00
parent 404a27f0aa
commit 6b83d6060b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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