Fix FFTW argument to Ladspa Plugins
svn path=/nixpkgs/trunk/; revision=22414
This commit is contained in:
parent
cb8eb249e0
commit
90ea2d1111
@ -8191,7 +8191,8 @@ let
|
||||
};
|
||||
|
||||
ladspaPlugins = import ../applications/audio/ladspa-plugins {
|
||||
inherit fetchurl stdenv builderDefs stringsWithDeps fftw ladspaH pkgconfig;
|
||||
inherit fetchurl stdenv builderDefs stringsWithDeps ladspaH pkgconfig;
|
||||
fftw = fftwSinglePrec;
|
||||
};
|
||||
|
||||
ldcpp = composedArgsAndFun (import ../applications/networking/p2p/ldcpp/1.0.3.nix) {
|
||||
|
Loading…
Reference in New Issue
Block a user