eot_utilities: change platforms to unix

This works on Darwin too.
This commit is contained in:
Ruben Maher 2018-07-25 11:34:32 +09:30
parent a6ede9f46e
commit 0438900c7a

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
description = "Create Embedded Open Type from OpenType or TrueType font";
license = stdenv.lib.licenses.w3c;
maintainers = with stdenv.lib.maintainers; [ leenaars ];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; unix;
};
}