guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: readymedia: Remove input labels.


From: guix-commits
Subject: 02/13: gnu: readymedia: Remove input labels.
Date: Mon, 23 May 2022 19:12:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9d4d2fd5cc4b75891f0e29d368ef70e7ccc0dbf1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200

    gnu: readymedia: Remove input labels.
    
    * gnu/packages/upnp.scm (readymedia)[native-inputs, inputs]:
    Remove input labels.
---
 gnu/packages/upnp.scm | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index e442027c5a..5718235109 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -146,19 +146,16 @@ and others.")
            (lambda _
              (substitute* "Makefile.am"
                ((".*LIBAVUTIL_LIBS.*") "")))))))
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)))
+    (native-inputs (list autoconf automake gettext-minimal))
     (inputs
-     `(("ffmpeg" ,ffmpeg)
-       ("flac" ,flac)
-       ("libexif" ,libexif)
-       ("libid3tag" ,libid3tag)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libvorbis" ,libvorbis)
-       ("sqlite" ,sqlite)
-       ("zlib" ,zlib)))
+     (list ffmpeg
+           flac
+           libexif
+           libid3tag
+           libjpeg-turbo
+           libvorbis
+           sqlite
+           zlib))
     (home-page "https://sourceforge.net/projects/minidlna/";)
     (synopsis "DLNA/UPnP-AV media server")
     (description "ReadyMedia (formerly known as MiniDLNA) is a simple media



reply via email to

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