gnu: dav1d: Add a source file name.
authorMarius Bakke <marius@gnu.org>
Thu, 26 Nov 2020 00:06:32 +0000 (01:06 +0100)
committerMarius Bakke <marius@gnu.org>
Thu, 26 Nov 2020 00:06:56 +0000 (01:06 +0100)
* gnu/packages/video.scm (dav1d)[source](file-name): New field.

gnu/packages/video.scm

index 26018a0..f1b724e 100644 (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"))))