summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm2
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 <[email protected]>
;;; Copyright © 2016 Alex Griffin <[email protected]>
;;; Copyright © 2016 Kei Kebreau <[email protected]>
+;;; Copyright © 2016 Dmitry Nikolaev <[email protected]>
;;;
;;; 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/")