Merge pull request #44071 from eqyiel/eot_utilities-darwin
eot_utilities: change platforms to unix
This commit is contained in:
commit
7b7396271c
@ -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…
x
Reference in New Issue
Block a user