Unverified Commit 8ffc704d authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

Merge pull request #318179 from rhelmot/freebsd-less

less: add upstream patch to fix FreeBSD build
parents 483a8dc4 f0bf230b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25,6 +25,12 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://gitlab.archlinux.org/archlinux/packaging/packages/less/-/raw/1d570db0c84fe95799f460526492e45e24c30ad0/backport-007521ac3c95bc76.patch";
      hash = "sha256-BT8DLIu7oVhL5XL50uFVUp97qjklcvRHy85UQwVKAmc=";
    })
    (fetchpatch {
      # https://github.com/gwsw/less/pull/416
      name = "freebsd.patch";
      url = "https://github.com/gwsw/less/commit/3ecff3752078fda90fd46c9f020f2a2bb548dd71.patch";
      hash = "sha256-Iv2Jm/7wwRsyLchoEvYz9VziySJ6sI4YbSgFTdQrV+I=";
    })
  ];

  buildInputs = [