me
/
guix
Archived
1
0
Fork 0

gnu: dav1d: Add a source file name.

* gnu/packages/video.scm (dav1d)[source](file-name): New field.
master
Marius Bakke 2020-11-26 01:06:32 +01:00
parent 3387508a1f
commit f36bee1416
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -4385,6 +4385,7 @@ transitions, and effects and then export your film to many common formats.")
(uri (git-reference
(url "https://code.videolan.org/videolan/dav1d.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))