From 960b37dac29a6b67fa1f4cc779b8832374d95c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 16 Apr 2026 21:28:09 -0300 Subject: [PATCH] themes: speed up papirus-icon-theme build --- overlays/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/overlays/default.nix b/overlays/default.nix index 1445371..a7a3073 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -26,7 +26,13 @@ rec { themes = ( final: prev: { - papirus_red = (final.papirus-icon-theme.override { color = "red"; }); + papirus_red = (final.papirus-icon-theme.override { color = "red"; }).overrideAttrs { + dontPatchShebangs = true; + noAuditTmpdir = true; + dontAutoPatchelf = true; + dontPatchELF = true; + dontCheckForBrokenSymlinks = true; + }; orchis_theme_compact = ( final.orchis-theme.override { border-radius = 0;