Eliminate redundant definition of xulrunner
svn path=/nixpkgs/trunk/; revision=27975
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user