mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: tbb: Add a source file name.
* gnu/packages/tbb.scm (tbb)[source](file-name): New field.
This commit is contained in:
parent
b1b74ecffd
commit
75ea39da55
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ (define-public tbb
|
|||
(uri (git-reference
|
||||
(url "https://github.com/01org/tbb")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zbf06l659vq6s5wp3ln96ycwcd42caffan5vilqvqyxqvjljyic"))
|
||||
|
|
Loading…
Reference in a new issue