[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: kodi: Add nfs functionality.
From: |
guix-commits |
Subject: |
04/06: gnu: kodi: Add nfs functionality. |
Date: |
Fri, 23 Oct 2020 10:36:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1893c80fc189a9ba53485ee10a33b68717d7c447
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Oct 12 18:08:47 2020 +0200
gnu: kodi: Add nfs functionality.
* gnu/packages/kodi.scm (kodi): Add nfs functionality.
[inputs]: Add libnfs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/kodi.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 2edf5c0..6673916 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -42,6 +43,7 @@
#:use-module (gnu packages curl)
#:use-module (gnu packages databases)
#:use-module (gnu packages documentation)
+ #:use-module (gnu packages file-systems)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages fribidi)
@@ -375,7 +377,6 @@ alternatives. In compilers, this can reduce the cascade of
secondary errors.")
(lambda _
(invoke "make" "kodi-test"))))))
;; TODO: Add dependencies for:
- ;; - nfs
;; - cec
;; - plist
;; - shairplay
@@ -424,6 +425,7 @@ alternatives. In compilers, this can reduce the cascade of
secondary errors.")
("libmad" ,libmad)
("libmicrohttpd" ,libmicrohttpd)
("libmpeg2" ,libmpeg2)
+ ("libnfs" ,libnfs)
("libogg" ,libogg)
("libpng" ,libpng)
("libssh" ,libssh)
- branch master updated (3b026eb -> b5e51a0), guix-commits, 2020/10/23
- 01/06: installer: Make the network management selection window tighter., guix-commits, 2020/10/23
- 03/06: gnu: hdf5: Default to 1.10., guix-commits, 2020/10/23
- 02/06: gnu: imp: Update to 2.13.0., guix-commits, 2020/10/23
- 06/06: gnu: python-black: Update to 20.8b1., guix-commits, 2020/10/23
- 04/06: gnu: kodi: Add nfs functionality.,
guix-commits <=
- 05/06: gnu: linux-libre-with-bpf: Update to 5.8., guix-commits, 2020/10/23