emojione: mark linux only

(cherry picked from commit d152039927)
This commit is contained in:
Daiderd Jordan
2018-03-17 18:34:56 +01:00
parent d9f57d50bf
commit 91cab9ec5f

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Open source emoji set";
homepage = http://emojione.com/;
license = licenses.cc-by-40;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};
}