mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: dav1d: Add a source file name.
* gnu/packages/video.scm (dav1d)[source](file-name): New field.
This commit is contained in:
parent
3387508a1f
commit
f36bee1416
1 changed files with 1 additions and 0 deletions
|
@ -4385,6 +4385,7 @@ (define-public dav1d
|
|||
(uri (git-reference
|
||||
(url "https://code.videolan.org/videolan/dav1d.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))
|
||||
|
|
Loading…
Reference in a new issue