summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2016-01-07 21:27:14 +0300
committerAlex Kost <alezost@gmail.com>2016-01-07 22:30:18 +0300
commitfbbaa4dde85f668841aaf48b5ce3e7bcc8d83632 (patch)
treee6f42031f045bbb5b6ad263e8f69586b84df1e0e
parent0a5ec7092d4398cbbab16ba523997233aae8ddc6 (diff)
gnu: mpv: Remove 'samba' input.
This is a heavy-weight and uncommon feature. See <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00701.html>. * gnu/packages/video.scm (mpv)[inputs]: Remove 'samba'.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f1089f76ca..fad56cef32 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -66,7 +66,6 @@
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
#:use-module (gnu packages qt)
- #:use-module (gnu packages samba)
#:use-module (gnu packages sdl)
#:use-module (gnu packages ssh)
#:use-module (gnu packages texinfo)
@@ -736,7 +735,6 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
("mpg123" ,mpg123)
("pulseaudio" ,pulseaudio)
("rsound" ,rsound)
- ("samba" ,samba)
("vapoursynth" ,vapoursynth)
("waf" ,(origin
(method url-fetch)