Branch: refs/heads/release-14.12
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14f1b057e8155f3699eb72590d95fa9ce62257d7
      
https://github.com/NixOS/nixpkgs/commit/14f1b057e8155f3699eb72590d95fa9ce62257d7
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M pkgs/applications/graphics/geeqie/default.nix

  Log Message:
  -----------
  geeqie: Revert to 1.1

Version 1.2 has some relatively critical issues:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762257
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765437

Until these are fixed, it's better to stick to 1.1.

(cherry picked from commit fee59b1235e658954b207ff6679264654c4708d2)


  Commit: af8d8673b19fde73a3efa9975bce6a4d71669b78
      
https://github.com/NixOS/nixpkgs/commit/af8d8673b19fde73a3efa9975bce6a4d71669b78
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M pkgs/development/tools/misc/gdb/default.nix

  Log Message:
  -----------
  gdb: Fix manpages

(cherry picked from commit 8af48d942800fac47de3cc93724e1f881ef10ea4)


  Commit: 5e08d9aa98d3045f93222753f8586844a7b20962
      
https://github.com/NixOS/nixpkgs/commit/5e08d9aa98d3045f93222753f8586844a7b20962
  Author: aszlig <[email protected]>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M pkgs/applications/networking/browsers/chromium/common.nix

  Log Message:
  -----------
  chromium: Precompile pycs instead of deleting.

This is more of an attempt rather than a real fix (or maybe it is? let's
see) for the corrupted .pyc files during build. I believe the reason we
get these are likely due to several instances of the Python interpreter
that run in parallel and one of these processes might still be writing
the .pyc file.

So, rather than deleting all .pyc files, we now precompile then in order
to avoid any build process trying to generate any .pyc file.

Signed-off-by: aszlig <[email protected]>
(cherry picked from commit 597373bbd5ca3237f3b198c150cf7dbb63183fb1)


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

Reply via email to