dejavu-fonts: supports everything

the .ttf file is cross platform.
This commit is contained in:
Matthew Bauer 2018-07-20 13:55:21 -04:00
parent 55a12c9763
commit 1e41fc8ded

View File

@ -20,7 +20,7 @@ let
# See http://dejavu-fonts.org/wiki/License for details
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.all;
};
full-ttf = stdenv.mkDerivation {