Improve formatting

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
piegames 2021-03-22 21:06:13 +01:00 committed by piegames
parent ed6ea66495
commit 838a6ea496

View file

@ -1,17 +1,17 @@
{ pkgs, lib, stdenv, fetchurl, gnome3, unzip }: { pkgs, lib, stdenv, fetchurl, unzip }:
let let
buildGnomeExtension = { buildGnomeExtension = {
# Every gnome extension has a UUID. It's the name of the extension folder once unpacked # Every gnome extension has a UUID. It's the name of the extension folder once unpacked
# and can always be found in the metadata.json of every extension. # and can always be found in the metadata.json of every extension.
uuid, uuid
name, , name
pname, , pname
description, , description
# extensions.gnome.org extension URL # extensions.gnome.org extension URL
link, , link
version, , version
sha256, , sha256
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {