mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
Compare commits
2 commits
368a621875
...
6c6e7ada01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c6e7ada01 | ||
|
|
7ef5ba7c65 |
2 changed files with 1 additions and 2 deletions
|
|
@ -5013,7 +5013,7 @@ podcasts) in Emacs.")
|
|||
(install-file "emms-print-metadata.1"
|
||||
(string-append #$output "/share/man/man1")))))))
|
||||
(inputs
|
||||
(list taglib))
|
||||
(list taglib zlib))
|
||||
(home-page "https://www.gnu.org/software/emms/")
|
||||
(synopsis "The Emacs Multimedia System")
|
||||
(description
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#:use-module (gnu system privilege)
|
||||
#:use-module (gnu services base)
|
||||
#:use-module (gnu services dbus)
|
||||
#:use-module (gnu services desktop)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages xorg)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue