nixpkgs/pkgs/applications/video/gnash/builder.sh
Ludovic Courtès f9f56062c1 Gnash: Remove pointless configure flag.
svn path=/nixpkgs/trunk/; revision=15557
2009-05-11 22:51:54 +00:00

6 lines
141 B
Bash

source "$stdenv/setup"
configureFlags="--with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk"
genericBuild