gnu: memkind: Declare a source file-name.
* gnu/packages/disk.scm (memkind)[source]: Add file-name field.
This commit is contained in:
parent
a90964c982
commit
186b8dff2a
1 changed files with 1 additions and 0 deletions
|
@ -1051,6 +1051,7 @@ that support this feature).")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/memkind/memkind.git")
|
(url "https://github.com/memkind/memkind.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11iz887f3cp5pzf1bzm644wzab8gkbhz3b7x1w6pcps71yd94ylj"))))
|
"11iz887f3cp5pzf1bzm644wzab8gkbhz3b7x1w6pcps71yd94ylj"))))
|
||||||
|
|
Reference in a new issue