Enable the pager dependency on OSX, fixes build

[?]
Jan 12, 2021, 12:51 PM
J2D66R2DQVRQVQAFFIR4F7RI3BHQFANY2HEGUFRBNUPFVUZAXUTQC

Dependencies

  • [2] 6DOXSHWG Cleanup, and version bump
  • [3] R6LAMLHW Manual fix of Cargo.nix (to work around OSX's less)
  • [4] ZHABNS3S Canonicalize all paths
  • [5] TPEH2XNB 1.0.0-alpha.28, with Tokio 1.0
  • [6] YX3VCEOM Version bump
  • [7] Q45QHPO4 Feedback on network stuff
  • [8] 2K7JLB4Z No pager on Windows
  • [9] LYTVEPH3 Avoid cloning into an existing path
  • [10] I52XSRUH Massive cleanup, and simplification
  • [11] SAGSYAPX Various version bumps
  • [12] OJZWJUF2 MUCH faster `pijul add -r`
  • [13] G734WNM6 flake.nix: use crate2nix
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/Cargo.toml at line 82
    [3.310][3.97:146]()
    [target.'cfg(target_os = "linux")'.dependencies]
    [3.310]
    [3.344]
    [target.'cfg(unix)'.dependencies]
  • replacement in Cargo.nix at line 3761
    [3.79777][2.3133:3202]()
    target = { target, features }: (target."os" == "linux");
    [3.79777]
    [3.79777]
    target = { target, features }: target."unix";