firefox: remove unused "imports"

These haven't been used in some time and there is no point in keeping
them around. They just clutter the file right now.
This commit is contained in:
Andreas Rammhold
2020-11-30 10:26:45 +01:00
parent cdff2a832c
commit afcbecc144

View File

@@ -1,4 +1,4 @@
{ config, stdenv, lib, callPackage, fetchurl, fetchpatch, nss_3_44 }:
{ stdenv, lib, callPackage, fetchurl, fetchpatch }:
let
common = opts: callPackage (import ./common.nix opts) {};