mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
numix-icon-theme-circle: restrict platforms to linux
This commit is contained in:
parent
e77133c9f0
commit
3863e40507
|
@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
|
|||
description = "Numix icon theme (circle 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; [ jgeerds ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue