diff options
author | 8p8c <cameltheman@gmail.com> | 2016-08-02 23:11:46 +0300 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-08 16:03:32 -0400 |
commit | ed6ba9cc7b6e3c31cf6935cca4acf5fa9e236bb3 (patch) | |
tree | f9b4c495ba6fc8c1a291496e99cd9a67e5f39734 /gnu | |
parent | 751f68717538ae0d145d348fca04aebc713740ac (diff) | |
download | gnu-guix-ed6ba9cc7b6e3c31cf6935cca4acf5fa9e236bb3.tar gnu-guix-ed6ba9cc7b6e3c31cf6935cca4acf5fa9e236bb3.tar.gz |
gnu: recordmydesktop: Add ALSA support.
* gnu/packages/video.scm (recordmydesktop)[inputs]: Add ALSA-LIB
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e3da8f1b46..5164477e80 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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/") |