mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
dejavu-fonts: enable on OSX
This commit is contained in:
parent
1d4ed38751
commit
780d9d6481
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||
# See http://dejavu-fonts.org/wiki/License for details
|
||||
license = stdenv.lib.licenses.free;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue