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)";
|
description = "Numix icon theme (circle version)";
|
||||||
homepage = https://numixproject.org;
|
homepage = https://numixproject.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
# darwin cannot deal with file names differing only in case
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ jgeerds ];
|
maintainers = with maintainers; [ jgeerds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user