cinelerra-git needs fftw-...-double (libfftw3 instead of libfftw3f)

svn path=/nixpkgs/trunk/; revision=27528
This commit is contained in:
Florian Friesdorf 2011-06-22 22:23:54 +00:00
parent 35f8c3d150
commit 8704e8d7bf

View File

@ -5984,7 +5984,6 @@ let
chromeWrapper = wrapFirefox chrome "chrome" "";
cinelerra = callPackage ../applications/video/cinelerra {
fftw = fftwSinglePrec;
inherit (gnome) esound;
};