Branch: refs/heads/gcc-4.9
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a9ac9fed70b63b7ec27e11ba7f4b5673c25a946
      
https://github.com/NixOS/nixpkgs/commit/5a9ac9fed70b63b7ec27e11ba7f4b5673c25a946
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

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

  Log Message:
  -----------
  Use gcc 4.9 by default


  Commit: 6671bb8be4744cc15c9da2871766ce6e16886488
      
https://github.com/NixOS/nixpkgs/commit/6671bb8be4744cc15c9da2871766ce6e16886488
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix
    R pkgs/build-support/cc-wrapper/setup-hook-stdinc.sh
    M pkgs/build-support/cc-wrapper/setup-hook.sh
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Remove gccStdInc

This reverts d927da8dae1c4ff0c492d41e00835cfd08ff84d7. Having a copy
of gcc-wrapper/setup-hook.sh is bad for maintainability - it had
already started to diverge. Also, gccStdInc gave a nix-env conflict
with the standard gcc. And it wasn't actually used in Nixpkgs.

Instead, if you really need to change "-isystem" to "-I", you can now
set ccIncludeFlag to "-I".


  Commit: 9ae86dc3fc9db623dbed81c74e7ab37bce785715
      
https://github.com/NixOS/nixpkgs/commit/9ae86dc3fc9db623dbed81c74e7ab37bce785715
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/stdenv/generic/setup.sh

  Log Message:
  -----------
  Ensure that errexit is honoured in hooks

Partial fix for #7524.


  Commit: 90fd9a55d9346d39948a690b4209c57940e79120
      
https://github.com/NixOS/nixpkgs/commit/90fd9a55d9346d39948a690b4209c57940e79120
  Author: Shea Levy <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

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

  Log Message:
  -----------
  binutils: don't build with Werror


  Commit: 110b671c13747aeda5cc3b3f64f17d0599a262d6
      
https://github.com/NixOS/nixpkgs/commit/110b671c13747aeda5cc3b3f64f17d0599a262d6
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/development/compilers/gcc/4.8/default.nix
    M pkgs/development/compilers/gcc/4.9/default.nix

  Log Message:
  -----------
  gcc: Put info in a separate output


  Commit: 24aa3551b0e68c05b8291e61075e612b38586069
      
https://github.com/NixOS/nixpkgs/commit/24aa3551b0e68c05b8291e61075e612b38586069
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/stdenv/linux/default.nix

  Log Message:
  -----------
  Fix stdenv build


  Commit: 0cc883f2ee12b8454bfff63d0d26c99bc8da2ca7
      
https://github.com/NixOS/nixpkgs/commit/0cc883f2ee12b8454bfff63d0d26c99bc8da2ca7
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/tools/text/groff/default.nix

  Log Message:
  -----------
  groff: Mark as unsafe for parallel building


  Commit: e8e0995bd04c4342d0683f235299f7f72c3a940d
      
https://github.com/NixOS/nixpkgs/commit/e8e0995bd04c4342d0683f235299f7f72c3a940d
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/servers/x11/xorg/builder.sh

  Log Message:
  -----------
  Fix inputproto and probably other packages

"grep Requires" failed on *.pc files that had no Requires fields, due
to pipefail. But this error was previously masked by #7524.


  Commit: e7feb89158e0e4330d0221e1c48483a94ba5a6ce
      
https://github.com/NixOS/nixpkgs/commit/e7feb89158e0e4330d0221e1c48483a94ba5a6ce
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/os-specific/linux/systemd/default.nix

  Log Message:
  -----------
  systemd: Fix another build failure hidden by #7524


  Commit: f40c885a34ce7b2644e5d450566806da1a7ac6f5
      
https://github.com/NixOS/nixpkgs/commit/f40c885a34ce7b2644e5d450566806da1a7ac6f5
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

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

  Log Message:
  -----------
  libtiff: Update to 4.0.4beta


  Commit: 94389cb8c6a0cf79bb68dd6c6f60318efa1c9ffb
      
https://github.com/NixOS/nixpkgs/commit/94389cb8c6a0cf79bb68dd6c6f60318efa1c9ffb
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/development/libraries/libclc/default.nix
    M pkgs/tools/X11/xdg-utils/default.nix

  Log Message:
  -----------
  xdg-utils, libclc: Use fetchzip


  Commit: 1fc19adf2c9d360aac3af63f901c3315ddf20dfd
      
https://github.com/NixOS/nixpkgs/commit/1fc19adf2c9d360aac3af63f901c3315ddf20dfd
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

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

  Log Message:
  -----------
  mesa: Remove gallium references

These files no longer exist. The resulting failures were hidden by

@vcunat


  Commit: 279aca0f4b18aa8157762a26e78c53b3eb074acc
      
https://github.com/NixOS/nixpkgs/commit/279aca0f4b18aa8157762a26e78c53b3eb074acc
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/development/compilers/llvm/3.6/llvm.nix

  Log Message:
  -----------
  llvm: Don't depend on valgrind/gdb

See a4619673b50bb424371b3fbfa52b202db767313d.


  Commit: eb5c1616401ff78509ee707a060efe738f5378b1
      
https://github.com/NixOS/nixpkgs/commit/eb5c1616401ff78509ee707a060efe738f5378b1
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

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

  Log Message:
  -----------
  wayland: Fewer build-time dependencies


  Commit: 26f17ee091248b4ead62f78a969f94e1230f4588
      
https://github.com/NixOS/nixpkgs/commit/26f17ee091248b4ead62f78a969f94e1230f4588
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M pkgs/development/libraries/jsoncpp/default.nix
    M pkgs/development/tools/build-managers/cmake/default.nix

  Log Message:
  -----------
  cmake: Get rid of circular dependency

Also, don't install static libraries in jsoncpp.


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

Reply via email to