3
0
Fork 0
forked from mirrors/nixpkgs

* Use xulrunner for chatzilla.

svn path=/nixpkgs/trunk/; revision=13162
This commit is contained in:
Eelco Dolstra 2008-10-30 13:13:43 +00:00
parent f04e3944e5
commit 93a49a00f1
2 changed files with 1 additions and 3 deletions

View file

@ -2,8 +2,6 @@ source $stdenv/setup
ensureDir $out/bin
set -x
wrapper="$out/bin/$launcher"
if test -e $xulrunner/bin/xulrunner; then

View file

@ -2100,7 +2100,7 @@ let
xulrunnerWrapper = {application, launcher}:
import ../development/interpreters/xulrunner/wrapper {
inherit stdenv application launcher;
xulrunner = firefox3;
xulrunner = xulrunner3;
};