From 21beade65f4ce88798961503f690633122485213 Mon Sep 17 00:00:00 2001 From: Muhammed Ali Date: Sun, 13 Apr 2025 16:22:54 +0100 Subject: [PATCH] oranchelo-icon-theme: fix build --- pkgs/by-name/or/oranchelo-icon-theme/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/or/oranchelo-icon-theme/package.nix b/pkgs/by-name/or/oranchelo-icon-theme/package.nix index fd23ec698945..b3972069b06d 100644 --- a/pkgs/by-name/or/oranchelo-icon-theme/package.nix +++ b/pkgs/by-name/or/oranchelo-icon-theme/package.nix @@ -42,6 +42,7 @@ stdenvNoCC.mkDerivation rec { gtk-update-icon-cache "$theme" done ''; + dontCheckForBrokenSymlinks = true; meta = with lib; { description = "Oranchelo icon theme";