freewheeling: fix build
This commit is contained in:
parent
a07a5a1931
commit
88ac2c15d9
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchsvn, pkgconfig, autoreconfHook, gnutls33, freetype
|
{ stdenv, fetchsvn, pkgconfig, autoreconfHook, gnutls33, freetype
|
||||||
, SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, libjack2, libvorbis
|
, SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, libjack2, libvorbis
|
||||||
, libsndfile, libogg
|
, libSM, libsndfile, libogg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig autoreconfHook gnutls33 freetype SDL SDL_gfx SDL_ttf
|
pkgconfig autoreconfHook gnutls33 freetype SDL SDL_gfx SDL_ttf
|
||||||
liblo libxml2 libjack2 alsaLib libvorbis libsndfile libogg
|
liblo libxml2 libjack2 alsaLib libvorbis libsndfile libogg libSM
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./am_path_sdl.patch ./xml.patch ];
|
patches = [ ./am_path_sdl.patch ./xml.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user