mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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:
parent
cdff2a832c
commit
afcbecc144
|
@ -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) {};
|
||||
|
|
Loading…
Reference in a new issue