svn path=/nixpkgs/trunk/; revision=14284
This commit is contained in:
parent
30d188f92d
commit
02b2540b15
@ -23,6 +23,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
NIX_LDFLAGS = "-L${audacious}/lib/audacious"; # needed because we override pluginlibdir
|
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 = {
|
meta = {
|
||||||
description = "Plugins for the Audacious media player";
|
description = "Plugins for the Audacious media player";
|
||||||
homepage = http://audacious-media-player.org/;
|
homepage = http://audacious-media-player.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user