mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
tela-icon-theme: remove darwin from platforms (#145997)
This commit is contained in:
parent
fa0761a7c6
commit
b187fab93e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ stdenvNoCC.mkDerivation rec {
|
||||||
description = "A flat colorful Design icon theme";
|
description = "A flat colorful Design icon theme";
|
||||||
homepage = "https://github.com/vinceliuice/tela-icon-theme";
|
homepage = "https://github.com/vinceliuice/tela-icon-theme";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.unix;
|
# darwin systems use case-insensitive filesystems that cause hash mismatches
|
||||||
|
platforms = subtractLists platforms.darwin platforms.unix;
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue