ubuntu-themes: dontCheckForBrokenSymlinks = true

This commit is contained in:
Vladimír Čunát 2025-02-05 13:02:22 +01:00
parent 9f804cb809
commit 1d15050d3e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -68,6 +68,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
dontCheckForBrokenSymlinks = true;
meta = with lib; {
description = "Ubuntu monochrome and Suru icon themes, Ambiance and Radiance themes, and Ubuntu artwork";
homepage = "https://launchpad.net/ubuntu-themes";