me
/
guix
Archived
1
0
Fork 0

gnu: memkind: Declare a source file-name.

* gnu/packages/disk.scm (memkind)[source]: Add file-name field.
master
Efraim Flashner 2020-10-06 13:45:35 +03:00
parent a90964c982
commit 186b8dff2a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1051,6 +1051,7 @@ that support this feature).")
(uri (git-reference
(url "https://github.com/memkind/memkind.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"11iz887f3cp5pzf1bzm644wzab8gkbhz3b7x1w6pcps71yd94ylj"))))