summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-06-18 01:48:50 +0800
committerRaphael Megzari <raphael@megzari.com>2021-06-18 09:57:31 +0900
commit4cd16361906916f5e7b604742d8e6ab8b9b2431c (patch)
treeeb9c46d53544c32d981ee956f940829f93994532 /pkgs/data/themes
parent34d8d085cad24649e33bf0952d0af91213e32e9c (diff)
downloadnixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar.gz
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar.bz2
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar.lz
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar.xz
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.tar.zst
nixpkgs-4cd16361906916f5e7b604742d8e6ab8b9b2431c.zip
yaru: add myself as maintainer, format
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/yaru/default.nix21
1 files changed, 18 insertions, 3 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index c158ec3f5a9..b37a921bbab 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -1,5 +1,18 @@
-{ lib, stdenv, fetchFromGitHub, meson, sassc, pkg-config, glib, ninja,
-  python3, gtk3, gnome, gtk-engine-murrine, humanity-icon-theme, hicolor-icon-theme }:
+{ lib
+, stdenv
+, fetchFromGitHub
+, meson
+, sassc
+, pkg-config
+, glib
+, ninja
+, python3
+, gtk3
+, gnome
+, gtk-engine-murrine
+, humanity-icon-theme
+, hicolor-icon-theme
+}:
 
 stdenv.mkDerivation rec {
   pname = "yaru";
@@ -13,7 +26,9 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
+
   buildInputs = [ gtk3 gnome.gnome-themes-extra ];
+
   propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
 
   propagatedUserEnvPkgs = [ gtk-engine-murrine ];
@@ -27,6 +42,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/ubuntu/yaru";
     license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ fortuneteller2k ];
   };
 }