tela-icon-theme: remove darwin from platforms ()

This commit is contained in:
figsoda 2021-11-14 16:29:49 -05:00 committed by GitHub
parent fa0761a7c6
commit b187fab93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
}; };
} }