gnu: libdv: Don't use NAME in source URI.
* gnu/packages/video.scm (libdv)[source]: Hard-code NAME.
This commit is contained in:
parent
37781323f6
commit
d2e1a0ac92
1 changed files with 2 additions and 2 deletions
|
@ -688,8 +688,8 @@ streams.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://sourceforge/" name "/" name "/"
|
"mirror://sourceforge/libdv/libdv/"
|
||||||
version "/" name "-" version ".tar.gz"))
|
version "/libdv-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fl96f2xh2slkv1i1ix7kqk576a0ak1d33cylm0mbhm96d0761d3"))))
|
"1fl96f2xh2slkv1i1ix7kqk576a0ak1d33cylm0mbhm96d0761d3"))))
|
||||||
|
|
Reference in a new issue