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:
parent
9f804cb809
commit
1d15050d3e
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue