firefoxaddon: formatting nitpicks

wip/yesman
Jörg Thalheim 4 years ago
parent b89c0fcebd
commit 9712bbdf74
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
  1. 5
      pkgs/applications/networking/browsers/firefox/wrapper.nix
  2. 7
      pkgs/build-support/fetchfirefoxaddon/default.nix

@ -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…
Cancel
Save