From 723dfe4240ef2390cd6cefb5363b2b5efebd26f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 4 Apr 2009 13:53:07 +0000 Subject: [PATCH] libcanberra: Make GTK+ a propagated build input. svn path=/nixpkgs/branches/stdenv-updates/; revision=14881 --- pkgs/development/libraries/libcanberra/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libcanberra/default.nix b/pkgs/development/libraries/libcanberra/default.nix index f36bfa0d144..a3584a989a8 100644 --- a/pkgs/development/libraries/libcanberra/default.nix +++ b/pkgs/development/libraries/libcanberra/default.nix @@ -9,7 +9,8 @@ stdenv.mkDerivation rec { sha256 = "0wl2hd8zqwzbbp4icng6siim85jb6hvczy9c6m92lh85wrcwpqxh"; }; - buildInputs = [ pkgconfig libtool gtk alsaLib pulseaudio gstreamer libvorbis ]; + buildInputs = [ pkgconfig libtool alsaLib pulseaudio gstreamer libvorbis ]; + propagatedBuildInputs = [ gtk ]; configureFlags = "--disable-oss";