mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: kicad: Don't use NAME in source URI.
* gnu/packages/engineering.scm (kicad)[source]: Hard-code NAME.
This commit is contained in:
parent
23df8f3578
commit
b13b7143d7
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ (define-public kicad
|
|||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(uri (string-append
|
||||
"https://launchpad.net/kicad/" (version-major+minor version)
|
||||
"/" version "/+download/" name "-" version ".tar.xz"))
|
||||
"/" version "/+download/kicad-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10605rr10x0353n6yk2z095ydnkd1i6j1ncbq64pfxdn5vkhcd1g"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue