mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
scorched3d: fix build by adding fftwSinglePrec
This commit is contained in:
parent
79914075f4
commit
06436894a7
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs =
|
||||
[ mesa glew openalSoft freealut wxGTK libogg freetype libvorbis
|
||||
SDL SDL_net expat libjpeg libpng
|
||||
SDL SDL_net expat libjpeg libpng fftwSinglePrec
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user