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
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 1 additions and 1 deletions

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) {};