From e413f4b5051a1aa08c6c5f74abaae35845bb8594 Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Wed, 13 May 2020 16:35:17 -0300 Subject: arc-theme: format with nixpkgs-fmt --- pkgs/data/themes/arc/default.nix | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'pkgs/data/themes') diff --git a/pkgs/data/themes/arc/default.nix b/pkgs/data/themes/arc/default.nix index 14e1b248261..a0747ae0e50 100644 --- a/pkgs/data/themes/arc/default.nix +++ b/pkgs/data/themes/arc/default.nix @@ -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; }; } -- cgit 1.4.1