guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: flacon: Add a source file-name.


From: guix-commits
Subject: branch master updated: gnu: flacon: Add a source file-name.
Date: Sat, 07 Dec 2024 14:08:34 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d1311555e1 gnu: flacon: Add a source file-name.
d1311555e1 is described below

commit d1311555e1aa1192915af62461a38b556d2592db
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 7 19:13:54 2024 +0200

    gnu: flacon: Add a source file-name.
    
    * gnu/packages/music.scm (flacon)[source]: Add a file-name field.
    
    Change-Id: I1a35101dcd6bdbdff4e75d01c82c2016b02591f6
---
 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cd9cdbdacd..ac66682240 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1343,8 +1343,9 @@ audio and video).")
             (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]