3
0
Fork 0
forked from mirrors/nixpkgs

Eliminate redundant definition of xulrunner

svn path=/nixpkgs/trunk/; revision=27975
This commit is contained in:
Shea Levy 2011-07-27 16:40:12 +00:00
parent adb988d57c
commit 0026458089

View file

@ -2501,8 +2501,7 @@ let
xulrunnerWrapper = {application, launcher}:
import ../development/interpreters/xulrunner/wrapper {
inherit stdenv application launcher;
xulrunner = firefoxPkgs.xulrunner;
inherit stdenv application launcher xulrunner;
};
xulrunner = firefoxPkgs.xulrunner;