themes: speed up papirus-icon-theme build
This commit is contained in:
parent
9e5875aed6
commit
960b37dac2
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue