mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
arc-theme: format with nixpkgs-fmt
This commit is contained in:
parent
a1f68b7f93
commit
e413f4b505
1 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue