Eliminate redundant definition of xulrunner
svn path=/nixpkgs/trunk/; revision=27975
This commit is contained in:
parent
adb988d57c
commit
0026458089
@ -2501,8 +2501,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;
|
||||||
xulrunner = firefoxPkgs.xulrunner;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xulrunner = firefoxPkgs.xulrunner;
|
xulrunner = firefoxPkgs.xulrunner;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user