mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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
|
||||
|
||||
# `--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/;
|
||||
|
Loading…
Reference in New Issue
Block a user