about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2023-11-16 17:20:01 -0300
committerJosé Romildo <malaquias@gmail.com>2023-11-17 14:51:00 -0300
commit41c836ad8e09696da42deadc6e95bfb2b089d712 (patch)
treecf0377aa42a5b58ffcc84fcee58ea03e24d04ea8 /pkgs/top-level
parentd28775dde5684dd625a8ffdb89dbb10329154393 (diff)
downloadnixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar.gz
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar.bz2
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar.lz
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar.xz
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.tar.zst
nixlib-41c836ad8e09696da42deadc6e95bfb2b089d712.zip
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.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 3 insertions, 0 deletions
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;
   };