3
0
Fork 0
forked from mirrors/nixpkgs

Fix FFTW argument to Ladspa Plugins

svn path=/nixpkgs/trunk/; revision=22414
This commit is contained in:
Michael Raskin 2010-06-25 18:21:19 +00:00
parent cb8eb249e0
commit 90ea2d1111

View file

@ -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) {