Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1f0df5f21fa038eb27e1a02ed47141d2d6fa214f
      
https://github.com/NixOS/nixpkgs/commit/1f0df5f21fa038eb27e1a02ed47141d2d6fa214f
  Author: Dan Peebles <pump...@me.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

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

  Log Message:
  -----------
  jemalloc: remove symbol prefix on darwin

The default darwin build added a je_ prefix to all exported symbols, and
that broke downstream consumers that were not expecting the prefix, like
mariadb.


  Commit: ccd16f87d545448ad8c3b5037d191d1994226a67
      
https://github.com/NixOS/nixpkgs/commit/ccd16f87d545448ad8c3b5037d191d1994226a67
  Author: Dan Peebles <pump...@me.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M pkgs/servers/sql/mariadb/default.nix

  Log Message:
  -----------
  mariadb: re-enable jemalloc on darwin and fix impurity

CMake in its usual infinite wisdom searches all over the system for java
and finds the host OSX java and JNI headers. It then decides to build the
connector and fails later on because we didn't actually tell Nix that we
wanted java in scope. So instead, we just tell CMake that we don't want
the jdbc connector. I believe it does the same with GSS, so I disable
that stuff too. None of this should affect Linux, but let me know if it
does somheow.


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

Reply via email to