guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-emms-print-metadata: Use new style.


From: guix-commits
Subject: branch master updated: gnu: emacs-emms-print-metadata: Use new style.
Date: Tue, 14 Dec 2021 11:48:21 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 73eb941  gnu: emacs-emms-print-metadata: Use new style.
73eb941 is described below

commit 73eb941b8b3793aec6110a4ae28bdbfc3ab4f6c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 14 17:46:00 2021 +0100

    gnu: emacs-emms-print-metadata: Use new style.
    
    * gnu/packages/emacs-xyz.scm 
(emacs-emms-print-metadata)[arguments]<#:phases>:
    Remove trailing #T.
    [inputs]: Remove label.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 86e5151..c8c132d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2138,10 +2138,9 @@ incrementally confined in Isearch manner.")
                (install-file "src/emms-print-metadata"
                              (string-append out "/bin"))
                (install-file "emms-print-metadata.1"
-                             (string-append out "/share/man/man1"))
-               #t))))))
+                             (string-append out "/share/man/man1"))))))))
     (inputs
-     `(("taglib" ,taglib)))
+     (list taglib))
     (home-page "https://www.gnu.org/software/emms/";)
     (synopsis "The Emacs Multimedia System")
     (description



reply via email to

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