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, { stdenv, lib, makeDesktopItem, makeWrapper, lndir, config
, replace, fetchurl, zip, unzip, jq
replace, fetchurl, zip, unzip, jq
## various stuff that can be plugged in ## various stuff that can be plugged in
, flashplayer, hal-flash , flashplayer, hal-flash

View file

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