mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: chuffed: Add a source file-name.
* gnu/packages/maths.scm (chuffed)[source]: Add a file-name field. Change-Id: Iae1bf75cf0ceb050c6fe2be37a1de3b36b68d0c2
This commit is contained in:
parent
58077f6aa1
commit
02a3ad5b0c
1 changed files with 2 additions and 2 deletions
|
@ -318,9 +318,9 @@ (define-public chuffed
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/chuffed/chuffed")
|
(url "https://github.com/chuffed/chuffed")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "164brmwn71p9gb2441kh7b1gzmy2sg7bjv5z00wjs9nw41qc908g"))))
|
||||||
"164brmwn71p9gb2441kh7b1gzmy2sg7bjv5z00wjs9nw41qc908g"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no 'test' target
|
(list #:tests? #f ;no 'test' target
|
||||||
|
|
Loading…
Reference in a new issue