From b59ea7ed44abae8373b4ac84f5415491033e4406 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sun, 24 Sep 2006 21:56:50 +0000 Subject: [PATCH] add directory for plugin for Mozilla svn path=/nixpkgs/trunk/; revision=6601 --- pkgs/applications/video/gnash/builder.sh | 2 +- pkgs/applications/video/gnash/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/gnash/builder.sh b/pkgs/applications/video/gnash/builder.sh index 41e0691c4803..b90cec984296 100644 --- a/pkgs/applications/video/gnash/builder.sh +++ b/pkgs/applications/video/gnash/builder.sh @@ -1,5 +1,5 @@ source $stdenv/setup -configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-plugindir=$out" +configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-plugindir=$out/plugins" genericBuild diff --git a/pkgs/applications/video/gnash/default.nix b/pkgs/applications/video/gnash/default.nix index 8d8dfacc94ff..4ceb5726b7be 100644 --- a/pkgs/applications/video/gnash/default.nix +++ b/pkgs/applications/video/gnash/default.nix @@ -14,4 +14,4 @@ stdenv.mkDerivation { buildInputs = [libX11 libXext libXi libXmu SDL SDL_mixer GStreamer libogg libxml2 libjpeg mesa libpng]; inherit SDL_mixer SDL; -} +} // {mozillaPlugin = "/plugins";}