* fix syntax error due to nested comment

svn path=/nixpkgs/trunk/; revision=9502
This commit is contained in:
Andres Löh 2007-10-22 08:51:48 +00:00
parent e87c6a6793
commit b46d7a86f6

View file

@ -3825,7 +3825,7 @@ rec {
sox = import ../applications/misc/audio/sox {
inherit fetchurl stdenv lib mkDerivationByConfigruation;
# optional features
inherit alsaLib /*libao*/;
inherit alsaLib; # libao
inherit libsndfile libogg flac libmad lame libsamplerate;
# Using the default nix ffmpeg I get this error when linking
# .libs/libsox_la-ffmpeg.o: In function `audio_decode_frame':