Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4dbdb89925a8f02c8ce9764f836442d719c5f4db
      
https://github.com/NixOS/nixpkgs/commit/4dbdb89925a8f02c8ce9764f836442d719c5f4db
  Author: Josef Kemetmueller <josef.kemetmuel...@aon.at>
  Date:   2016-09-10 (Sat, 10 Sep 2016)

  Changed paths:
    M pkgs/development/python-modules/pyqt/4.x.nix

  Log Message:
  -----------
  pyqt: Fix darwin build

(cherry picked from commit d12de90e1c0cece5b7a92cd66af19e12b9fb6a81)


  Commit: 81d95ed12d06e6d4f48022eef1ed6ea0977c95b7
      
https://github.com/NixOS/nixpkgs/commit/81d95ed12d06e6d4f48022eef1ed6ea0977c95b7
  Author: Josef Kemetmueller <josef.kemetmuel...@aon.at>
  Date:   2016-09-10 (Sat, 10 Sep 2016)

  Changed paths:
    M pkgs/development/python-modules/pygobject/3.nix

  Log Message:
  -----------
  pygobject3: Add missing dependencies (for darwin)

The packages "which" and "ncurses" are needed for building pygobject3
(on darwin) during the checkPhase. The ncurses library is necessary only
because python3.5 is currently built using "-lncurses" and pygobject3
wants the same libraries that python3.5 was compiled with. (Because it
uses "python3.5-config --ldflags" during the build)

(cherry picked from commit 717c76716fb839eca7cddf25a391a3a336702a04)


  Commit: ff25c5e21a6c7e2f8a02e90f91b577adf2d60a8c
      
https://github.com/NixOS/nixpkgs/commit/ff25c5e21a6c7e2f8a02e90f91b577adf2d60a8c
  Author: Josef Kemetmueller <josef.kemetmuel...@aon.at>
  Date:   2016-09-10 (Sat, 10 Sep 2016)

  Changed paths:
    M pkgs/development/interpreters/python/cpython/3.4/default.nix
    M pkgs/development/interpreters/python/cpython/3.5/default.nix
    M pkgs/development/interpreters/python/cpython/3.6/default.nix

  Log Message:
  -----------
  python3.x: Patch extra stack size on darwin

Compiling python with "-Wl,-stack_size,1000000" causes problems when
compiling for example pygobject3. pygobject3 uses "python3.x-config
--ldflags" during installation and then fails when
"-Wl,-stack_size,1000000" is present. Maybe we should investigate
removing this during the build of pyobject3, but this stack_size flag is
also not used on the popular darwin homebrew-core channel for python3.5,
so it seems safe to remove it.

(cherry picked from commit b7819e38c4a7487a0d09bdf64275a246bf29a8e2)


Compare: https://github.com/NixOS/nixpkgs/compare/676531d57551...ff25c5e21a6c
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to