1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 08:59:20 +03:00

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 runHook postInstall
''; '';
dontCheckForBrokenSymlinks = true;
meta = with lib; { meta = with lib; {
description = "Ubuntu monochrome and Suru icon themes, Ambiance and Radiance themes, and Ubuntu artwork"; description = "Ubuntu monochrome and Suru icon themes, Ambiance and Radiance themes, and Ubuntu artwork";
homepage = "https://launchpad.net/ubuntu-themes"; homepage = "https://launchpad.net/ubuntu-themes";