Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 012313f2532e4809dd2cd9051ee046dae43c6aab
      
https://github.com/NixOS/nixpkgs/commit/012313f2532e4809dd2cd9051ee046dae43c6aab
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M pkgs/top-level/perl-packages.nix

  Log Message:
  -----------
  Term::ReadLine::Gnu: Fix finding libncursesw

Fixes

  Cannot do `initialize' in Term::ReadLine::Gnu at 
/nix/store/8kld1l6cn75lh0csw8wq6zbccallkr73-nixos-test-driver/bin/.nixos-test-driver-wrapped
 line 115.

when running NixOS VM tests interactively.


  Commit: d84741a4bfb6ed2531ec7154479c147d2c9a737c
      
https://github.com/NixOS/nixpkgs/commit/d84741a4bfb6ed2531ec7154479c147d2c9a737c
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M nixos/modules/services/x11/display-managers/kdm.nix
    M nixos/modules/services/x11/xserver.nix

  Log Message:
  -----------
  X server: Log to the journal instead of /var/log/X.0.log

This ensures that "journalctl -u display-manager" does what you would
expect in 2016. However, the main reason is to ensure that our VM
tests show the output of the X server.

A slight problem is that with KDE user switching, messages from the
various X servers end up in the same place. However, that's an
improvement over the previous situation, where the second X server
would overwrite the /var/log/X.0.log of the first. (This was caused by
the fact that we were passing a hard-coded value for -logfile.)


  Commit: c99608c63808f0fe244fe9619ef6d97bf8a5af6f
      
https://github.com/NixOS/nixpkgs/commit/c99608c63808f0fe244fe9619ef6d97bf8a5af6f
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M nixos/modules/services/x11/display-managers/default.nix
    M nixos/modules/testing/test-instrumentation.nix

  Log Message:
  -----------
  Add an option to write the X session log to the journal

... rather than ~/.xsession-errors. It might make sense to make this
the default, in order to eliminate ad hoc, uncentralised, poorly
discoverable log files.


  Commit: c726773f26373381331d32ed3521290c288438fc
      
https://github.com/NixOS/nixpkgs/commit/c726773f26373381331d32ed3521290c288438fc
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M nixos/modules/tasks/cpu-freq.nix

  Log Message:
  -----------
  cpufreq: Fix "sh: modprobe: command not found"


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

Reply via email to