1
0
Fork 1
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:
Eelco Dolstra 2014-07-23 13:00:20 +02:00
parent 97ced6f718
commit ee3db692e6

View file

@ -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;