* Use xulrunner for chatzilla.
svn path=/nixpkgs/trunk/; revision=13162
This commit is contained in:
parent
f04e3944e5
commit
93a49a00f1
@ -2,8 +2,6 @@ source $stdenv/setup
|
|||||||
|
|
||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
wrapper="$out/bin/$launcher"
|
wrapper="$out/bin/$launcher"
|
||||||
|
|
||||||
if test -e $xulrunner/bin/xulrunner; then
|
if test -e $xulrunner/bin/xulrunner; then
|
||||||
|
@ -2100,7 +2100,7 @@ let
|
|||||||
xulrunnerWrapper = {application, launcher}:
|
xulrunnerWrapper = {application, launcher}:
|
||||||
import ../development/interpreters/xulrunner/wrapper {
|
import ../development/interpreters/xulrunner/wrapper {
|
||||||
inherit stdenv application launcher;
|
inherit stdenv application launcher;
|
||||||
xulrunner = firefox3;
|
xulrunner = xulrunner3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user