From 41c836ad8e09696da42deadc6e95bfb2b089d712 Mon Sep 17 00:00:00 2001 From: José Romildo Date: Thu, 16 Nov 2023 17:20:01 -0300 Subject: papirus-icon-theme: add withElementary optional argument Upstream advices to make optional the installation of ePapirus and ePapirus-Dark icon themes, in order to reduce inodes and package size. Those themes are recommended for the ElementaryOS and Pantheon desktop environments. Therefore papirus-icon-theme does not include ePapirus* anymore. But the new epapirus-icon-theme includes all of them, and is suitable for use with ElementaryOS or Pantheon. --- pkgs/top-level/all-packages.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fcff0c1abea0..fb64bd24b996 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -29267,6 +29267,8 @@ with pkgs; eduli = callPackage ../data/fonts/eduli { }; + epapirus-icon-theme = papirus-icon-theme.override { withElementary = true; }; + moeli = eduli; edusong = callPackage ../data/fonts/edusong { }; @@ -29800,6 +29802,7 @@ with pkgs; paper-icon-theme = callPackage ../data/icons/paper-icon-theme { }; papirus-icon-theme = callPackage ../data/icons/papirus-icon-theme { + inherit (pantheon) elementary-icon-theme; inherit (plasma5Packages) breeze-icons; }; -- cgit 1.4.1