~ruther/guix-local

ed6ba9cc7b6e3c31cf6935cca4acf5fa9e236bb3 — 8p8c 9 years ago 751f687
gnu: recordmydesktop: Add ALSA support.

* gnu/packages/video.scm (recordmydesktop)[inputs]: Add ALSA-LIB

Signed-off-by: Leo Famulari <leo@famulari.name>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -0
@@ 9,6 9,7 @@
;;; Copyright © 2015 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 1517,6 1518,7 @@ implementation.")
              ("libxfixes" ,libxfixes)
              ("libxdamage" ,libxdamage)
              ("libxext" ,libxext)
              ("alsa-lib" ,alsa-lib)
              ("libvorbis" ,libvorbis)
              ("libtheora" ,libtheora)))
    (home-page "http://recordmydesktop.sourceforge.net/")