Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f37c7e01d551d111fc25e3a9a9f71d6654840941
      
https://github.com/NixOS/nixpkgs/commit/f37c7e01d551d111fc25e3a9a9f71d6654840941
  Author: Dmitry Kalinkin <[email protected]>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
    M pkgs/misc/vim-plugins/default.nix
    R pkgs/misc/vim-plugins/patches/youcompleteme/1-top-cmake.patch
    M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/youcompleteme

  Log Message:
  -----------
  youcompleteme: fix compilation

1) Replace --system-libclang with an explicit setting for the path to
nix libclang 3.9. Otherwise it will find system's libclang on darwin.

2) Remove clang/llvm from build inputs. This prevents ycm itself from
being compiled by clang 3.9. stdenv's standard compiler (gcc or
clang 3.7) will suffice.

3) Enable C++11 again as #16212 is caused by incopatibility between
clang 3.9 and libc++ 3.7, but we don't compile YCM with clang 3.9, so
this is not needed anymore.


  Commit: 2c288548b93b657365c27a0132a43ba0080870cc
      
https://github.com/NixOS/nixpkgs/commit/2c288548b93b657365c27a0132a43ba0080870cc
  Author: Daiderd Jordan <[email protected]>
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
    M pkgs/misc/vim-plugins/default.nix
    R pkgs/misc/vim-plugins/patches/youcompleteme/1-top-cmake.patch
    M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/youcompleteme

  Log Message:
  -----------
  Merge pull request #21574 from veprbl/ycm_fix

youcompleteme: fix compilation


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

Reply via email to