From 571a0310ff7e663c769d991ba93b6255f7e5b288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 20 Sep 2014 15:02:45 +0200 Subject: gnu: libcanberra: Add dependency on PulseAudio and eudev. * gnu/packages/libcanberra.scm (libcanberra): Add PulseAudio and eudev as inputs. --- gnu/packages/libcanberra.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages/libcanberra.scm') diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index 78c8326f24..2ea272ffb1 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Andreas Enge +;;; Copyright © 2014 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -25,6 +26,7 @@ #:use-module (gnu packages gstreamer) #:use-module (gnu packages gtk) #:use-module (gnu packages linux) + #:use-module (gnu packages pulseaudio) #:use-module (gnu packages pkg-config) #:use-module (gnu packages xiph)) @@ -46,12 +48,13 @@ "0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2")))) (build-system gnu-build-system) (inputs - ;; FIXME: Add optional inputs udev and pulse. `(("alsa-lib" ,alsa-lib) ("gstreamer" ,gstreamer) ("gtk+" ,gtk+) ("libtool" ,libtool) - ("libvorbis" ,libvorbis))) + ("libvorbis" ,libvorbis) + ("pulseaudio" ,pulseaudio) + ("udev" ,eudev))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "http://0pointer.de/lennart/projects/libcanberra/") -- cgit v1.2.3