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,14 +1,23 @@
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3, gnome3
, gtk-engine-murrine, optipng, inkscape }:
{ stdenv
, fetchFromGitHub
, sassc
, autoreconfHook
, pkgconfig
, gtk3
, gnome3
, gtk-engine-murrine
, optipng
, inkscape
}:
stdenv.mkDerivation rec {
pname = "arc-theme";
version = "20200416";
src = fetchFromGitHub {
owner = "jnsh";
repo = pname;
rev = "0779e1ca84141d8b443cf3e60b85307a145169b6";
owner = "jnsh";
repo = pname;
rev = "0779e1ca84141d8b443cf3e60b85307a145169b6";
sha256 = "1ddyi8g4rkd4mxadjvl66wc0lxpa4qdr98nbbhm5abaqfs2yldd4";
};
@ -45,9 +54,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3;
homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ simonvandel romildo ];
platforms = platforms.linux;
};
}