nixpkgs/pkgs/applications/video/gnash/builder.sh

6 lines
153 B
Bash
Raw Normal View History

source $stdenv/setup
configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-plugindir=$out"
genericBuild