libcanberra: Remove useless ‘gthread’ argument.

svn path=/nixpkgs/trunk/; revision=23226
This commit is contained in:
Ludovic Courtès
2010-08-18 14:27:04 +00:00
parent 904c8cfa0a
commit 4a909f0838
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libtool, gtk, gthread
{ stdenv, fetchurl, pkgconfig, libtool, gtk
, alsaLib, pulseaudio, gstreamer, libvorbis, libcap }:
stdenv.mkDerivation rec {