mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: flacon: Add a source file-name.
* gnu/packages/music.scm (flacon)[source]: Add a file-name field. Change-Id: I1a35101dcd6bdbdff4e75d01c82c2016b02591f6
This commit is contained in:
parent
1ddd5336a2
commit
d1311555e1
1 changed files with 2 additions and 1 deletions
|
@ -1343,8 +1343,9 @@ (define-public flacon
|
|||
(url "https://github.com/flacon/flacon")
|
||||
(commit (string-append "v" version))
|
||||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yp73yl5x9m2l4whrzj6yx8aqv1915khmlihgp1p12m9m540dql2"))))
|
||||
(base32 "0yp73yl5x9m2l4whrzj6yx8aqv1915khmlihgp1p12m9m540dql2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; The tests fail while attempting to exercise MacOS functionality.
|
||||
|
|
Loading…
Reference in a new issue