mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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}:
|
||||
import ../development/interpreters/xulrunner/wrapper {
|
||||
inherit stdenv application launcher;
|
||||
xulrunner = firefoxPkgs.xulrunner;
|
||||
inherit stdenv application launcher xulrunner;
|
||||
};
|
||||
|
||||
xulrunner = firefoxPkgs.xulrunner;
|
||||
|
Loading…
Reference in New Issue
Block a user