gnu: kicad: Don't use NAME in source URI.

* gnu/packages/engineering.scm (kicad)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-11 22:46:02 +01:00
parent 23df8f3578
commit b13b7143d7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ language.")
(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)