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:
Efraim Flashner 2024-12-07 19:13:54 +02:00
parent 1ddd5336a2
commit d1311555e1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.