this repo has no description

Merge pull request #26242 from erikmd/fix-coq-8.5.3

fix: coq.8.5.3 didn't build anymore

Changed files
+2
packages
coq
coq.8.5.3
+2
packages/coq/coq.8.5.3/opam
···
"-debug"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
+
# Applying this upstream fix: https://github.com/coq/coq/pull/17459
+
["sed" "-e" "s/CAMLP4DEPS=.*$/CAMLP4DEPS=$\\{shell LC_ALL=C sed -n -e 's@^(\\\\*.*camlp4deps: \"\\\\(.*\\\\)\".*@\\\\1@p' $\\{1}}/" "-i.bak" "Makefile.build"]
[make "-j%{jobs}%"]
]
remove: ["rm" "-R" "%{lib}%/coq"]