gnu: kicad-symbols: Use GIT-FILE-NAME.

* packages/engineering.scm (kicad-symbols)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-03-11 22:47:21 +01:00
parent 65bab0120b
commit a554462123
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ render model libraries.")
(uri (git-reference
(url "https://github.com/KiCad/kicad-symbols.git")
(commit version)))
(file-name (string-append "kicad-symbols-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1rjh2pjcrc3bhcgyyskj5pssm7vffrjk0ymwr70fb7sjpmk96yjk"))))