guix-patches
[Top][All Lists]
Advanced

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

bug#36683: [PATCH] Add readymedia.


From: Ludovic Courtès
Subject: bug#36683: [PATCH] Add readymedia.
Date: Wed, 17 Jul 2019 15:22:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

Jens Mølgaard <address@hidden> skribis:

> From d3f60afd07fb5f01d70f0407bd0fafdc0a9fe07f Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <address@hidden>
> Date: Tue, 16 Jul 2019 13:49:51 +1200
> Subject: [PATCH] gnu: Add readymedia.
>
> * gnu/packages/upnp.scm (readymedia): New variable.

Applied with the changes below: according to source file headers, it’s
GPL version 2 only.

Thanks!

Ludo’.

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 82a0a4709a..36e14634f7 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -22,7 +22,6 @@
 
 (define-module (gnu packages upnp)
   #:use-module (gnu packages)
-  #:use-module (gnu packages base)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages video)
@@ -199,4 +198,4 @@ and others.")
     (description "ReadyMedia (formerly known as MiniDLNA) is a simple media
 server, which serves multimedia content to compatible clients on the network.
 It aims to be fully compliant with DLNA and UPnP-AV standards.")
-    (license gpl2+)))
+    (license gpl2)))

reply via email to

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