numix-icon-theme-square: restrict platforms to linux
This commit is contained in:
parent
5dbfd2f187
commit
8a7dfa63db
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
||||
description = "Numix icon theme (square version)";
|
||||
homepage = https://numixproject.org;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
# darwin cannot deal with file names differing only in case
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user