forked from mirrors/nixpkgs
tela-icon-theme: remove darwin from platforms (#145997)
This commit is contained in:
parent
fa0761a7c6
commit
b187fab93e
|
@ -36,7 +36,8 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = "A flat colorful Design icon theme";
|
||||
homepage = "https://github.com/vinceliuice/tela-icon-theme";
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue