this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25412 from ocaml/mseri-patch-5

findutils: do not add freebsd depext

authored by

Marcello Seri and committed by
GitHub
8aff8c2f 1ab20833

+1 -1
+1 -1
packages/conf-findutils/conf-findutils.1/opam
··· 16 16 ["findutils"] {os-distribution = "ol"} 17 17 ["findutils"] {os-distribution = "arch"} 18 18 ["system:findutils"] {os = "win32" & os-distribution = "cygwinports"} 19 - ["findutils"] {os = "freebsd"} 19 + # ["findutils"] {os = "freebsd"} # this installs g* packges, e.g., gfind. Unless code looks for those specific names, it is not necessary to install on freebsd 20 20 ] 21 21 synopsis: "Virtual package relying on findutils" 22 22 description: