mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public libdv
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://sourceforge/" name "/" name "/"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
"mirror://sourceforge/libdv/libdv/"
|
||||
version "/libdv-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fl96f2xh2slkv1i1ix7kqk576a0ak1d33cylm0mbhm96d0761d3"))))
|
||||
|
|
Loading…
Reference in a new issue