summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-05-11 22:51:54 +0000
committerLudovic Courtès <ludo@gnu.org>2009-05-11 22:51:54 +0000
commitf9f56062c1f5ab27dff2358f8c069222d4f20e76 (patch)
treeb45204d1ee9986d3b2b68382c5613ea5ce986955 /pkgs/applications/video
parenta80578b3121ef57184bc3b3311c08358e3d5b050 (diff)
Gnash: Remove pointless configure flag.
svn path=/nixpkgs/trunk/; revision=15557
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/gnash/builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/gnash/builder.sh b/pkgs/applications/video/gnash/builder.sh
index 519007fa55ec..c86884d58ef2 100644
--- a/pkgs/applications/video/gnash/builder.sh
+++ b/pkgs/applications/video/gnash/builder.sh
@@ -1,5 +1,5 @@
-source "$stdenv/setup" || exit 1
+source "$stdenv/setup"
-configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk"
+configureFlags="--with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk"
genericBuild