gnu: armips: Declare a source file-name.

* gnu/packages/assembly.scm (armips)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2020-07-07 22:39:16 +03:00
parent bbc358cd92
commit 38c653bc56
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -382,6 +382,7 @@ (define-public armips
(uri (git-reference
(url "https://github.com/Kingcom/armips.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1c4dhjkvynqn9xm2vcvwzymk7yg8h25alnawkz4z1dnn1z1k3r9g"))))
(build-system cmake-build-system)