forked from mirrors/nixpkgs
firefoxaddon: formatting nitpicks
This commit is contained in:
parent
b89c0fcebd
commit
9712bbdf74
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue