pop-icon-theme: restrict platforms to linux

This commit is contained in:
José Romildo 2021-12-02 14:45:28 -03:00
parent 2ae84eb551
commit 82ee5f20c7

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "Icon theme for Pop!_OS with a semi-flat design and raised 3D motifs";
homepage = "https://github.com/pop-os/icon-theme";
license = with licenses; [ cc-by-sa-40 gpl3 ];
platforms = platforms.unix;
platforms = platforms.linux; # hash mismatch on darwin due to file names differing only in case
maintainers = with maintainers; [ romildo ];
};
}