Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 224a6b85fa0ef0b8496a3a6d1b3bf0a6903099ac
      
https://github.com/NixOS/nixpkgs/commit/224a6b85fa0ef0b8496a3a6d1b3bf0a6903099ac
  Author: Ryan Artecona <ryanartec...@gmail.com>
  Date:   2016-10-09 (Sun, 09 Oct 2016)

  Changed paths:
    M pkgs/development/tools/vagrant/default.nix

  Log Message:
  -----------
  vagrant: add darwin support

Vagrant on macOS is distributed as a .dmg installer. Luckily, the
internal contents of that archive resemble that of the .deb we use for
linux. In fact, the similarity is enough that if we move its `embedded`
directory to `opt/vagrant/embedded` and its `bin` to `usr/bin` (and back
again after installation), the derivation's installPhase (which replaces
embedded libs & binaries with those from the package's inputs) can
remain exactly the same between macOS and linux.


  Commit: 9237596519d3d5cb2886740a8d13633dacf372f6
      
https://github.com/NixOS/nixpkgs/commit/9237596519d3d5cb2886740a8d13633dacf372f6
  Author: Daiderd Jordan <daid...@gmail.com>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
    M pkgs/development/tools/vagrant/default.nix

  Log Message:
  -----------
  Merge pull request #19402 from ryanartecona/vagrant/darwin-support

vagrant: add darwin support


Compare: https://github.com/NixOS/nixpkgs/compare/3a86395cf886...9237596519d3
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to