mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
Remove unused function
This commit is contained in:
parent
97ced6f718
commit
ee3db692e6
|
@ -3633,11 +3633,6 @@ let
|
|||
|
||||
tcl = callPackage ../development/interpreters/tcl { };
|
||||
|
||||
xulrunnerWrapper = {application, launcher}:
|
||||
import ../development/interpreters/xulrunner/wrapper {
|
||||
inherit stdenv application launcher xulrunner;
|
||||
};
|
||||
|
||||
xulrunner = pkgs.firefoxPkgs.xulrunner;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue