svn path=/nixpkgs/trunk/; revision=14284

This commit is contained in:
Eelco Dolstra 2009-02-27 16:25:27 +00:00
parent 30d188f92d
commit 02b2540b15

View File

@ -23,6 +23,9 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-L${audacious}/lib/audacious"; # needed because we override pluginlibdir
# `--enable-amidiplug' is to prevent configure from looking in /proc/asound.
configureFlags = "--enable-amidiplug";
meta = {
description = "Plugins for the Audacious media player";
homepage = http://audacious-media-player.org/;