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:
@@ -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) {};
|
||||
|
||||
Reference in New Issue
Block a user