forked from mirrors/nixpkgs
* 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
|
||||
|
||||
set -x
|
||||
|
||||
wrapper="$out/bin/$launcher"
|
||||
|
||||
if test -e $xulrunner/bin/xulrunner; then
|
||||
|
|
|
@ -2100,7 +2100,7 @@ let
|
|||
xulrunnerWrapper = {application, launcher}:
|
||||
import ../development/interpreters/xulrunner/wrapper {
|
||||
inherit stdenv application launcher;
|
||||
xulrunner = firefox3;
|
||||
xulrunner = xulrunner3;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue