1
0
Fork 1
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:
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

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