arc-theme: format with nixpkgs-fmt

This commit is contained in:
José Romildo Malaquias 2020-05-13 16:35:17 -03:00
parent a1f68b7f93
commit e413f4b505

View File

@ -1,5 +1,14 @@
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3, gnome3 { stdenv
, gtk-engine-murrine, optipng, inkscape }: , fetchFromGitHub
, sassc
, autoreconfHook
, pkgconfig
, gtk3
, gnome3
, gtk-engine-murrine
, optipng
, inkscape
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "arc-theme"; pname = "arc-theme";
@ -47,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell"; description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
homepage = "https://github.com/jnsh/arc-theme"; homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ simonvandel romildo ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ simonvandel romildo ];
}; };
} }