firefoxaddon: formatting nitpicks
This commit is contained in:
parent
b89c0fcebd
commit
9712bbdf74
2 changed files with 3 additions and 9 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue