firefoxaddon: formatting nitpicks

This commit is contained in:
Jörg Thalheim 2020-12-02 09:50:59 +01:00
parent b89c0fcebd
commit 9712bbdf74
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 3 additions and 9 deletions

View file

@ -1,6 +1,5 @@
{ stdenv, lib, makeDesktopItem, makeWrapper, lndir, config,
replace, fetchurl, zip, unzip, jq
{ stdenv, lib, makeDesktopItem, makeWrapper, lndir, config
, replace, fetchurl, zip, unzip, jq
## various stuff that can be plugged in
, flashplayer, hal-flash

View file

@ -1,16 +1,11 @@
{stdenv, lib, coreutils, unzip, jq, zip, fetchurl,writeScript, ...}:
let
in
{
name
{ name
, url
, md5 ? ""
, sha1 ? ""
, sha256 ? ""
, sha512 ? ""
}:
stdenv.mkDerivation rec {
inherit name;