Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b34adfb71a4f68d87b761a5d2b5da2e238c1d135
      
https://github.com/NixOS/nixpkgs/commit/b34adfb71a4f68d87b761a5d2b5da2e238c1d135
  Author: aszlig <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M pkgs/development/libraries/libcaca/default.nix

  Log Message:
  -----------
  libcaca: Add zlib as a dependency.

In order to load compressed figlet/toilet fonts, libcaca needs to have
support for zlib.

The motivation behind this is because I'm going to package toilet, which
comes with compressed fonts by default.

Signed-off-by: aszlig <[email protected]>


  Commit: 8e44a66b3b591ebcea085624193ba50fc66c245c
      
https://github.com/NixOS/nixpkgs/commit/8e44a66b3b591ebcea085624193ba50fc66c245c
  Author: aszlig <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    A pkgs/tools/misc/toilet/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  toilet: init at 0.3

It's a replacement for the figlet utility based on libcaca and has a few
more features, such as:

 * The ability to load FIGlet fonts
 * Support for Unicode input and output
 * Support for colour fonts
 * Support for colour output
 * Support for various output formats: HTML, IRC, ANSI...

I've stolen the description from the Debian package:

https://packages.debian.org/sid/toilet

Signed-off-by: aszlig <[email protected]>


  Commit: ebf1f516413d7460666c32824bb24a23fb3fe6eb
      
https://github.com/NixOS/nixpkgs/commit/ebf1f516413d7460666c32824bb24a23fb3fe6eb
  Author: aszlig <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M nixos/modules/config/fonts/fonts.nix

  Log Message:
  -----------
  nixos/fonts: Add unifont to list of default fonts.

This fixes #10077 because after some debugging it turns out that by
default we don't have a font which is able to display Chinese symbols.

Thanks to @anderspapitto, @kmicu and hyper_ch on IRC to help debugging
this issue, see log at:

http://nixos.org/irc/logs/log.20150926 starting at 19:46

With unifont we have a reasonable fallback font to ensure that every
written language is rendered correctly and thus less surprise for new
users who keep their font settings at the default.

Reported-by: Anders Papitto <[email protected]>
Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/8da40f902e37...ebf1f516413d
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to