eot_utilities: change platforms to unix
This works on Darwin too.
This commit is contained in:
parent
a6ede9f46e
commit
0438900c7a
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Create Embedded Open Type from OpenType or TrueType font";
|
description = "Create Embedded Open Type from OpenType or TrueType font";
|
||||||
license = stdenv.lib.licenses.w3c;
|
license = stdenv.lib.licenses.w3c;
|
||||||
maintainers = with stdenv.lib.maintainers; [ leenaars ];
|
maintainers = with stdenv.lib.maintainers; [ leenaars ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user