mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
ubuntu-themes: dontCheckForBrokenSymlinks = true
This commit is contained in:
parent
9f804cb809
commit
1d15050d3e
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue