less: add upstream patch to fix FreeBSD build

This commit is contained in:
Audrey Dutcher
2024-06-07 21:43:27 -07:00
parent 2542605888
commit f0bf230b99
+6
View File
@@ -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 = [