Avoid top-level `with ...;` in pkgs/build-support/coq/extra-lib.nix

authored by philiptaron.tngl.sh and committed by Valentin Gagarin c4d42034 102a33d3

+21 -1
+21 -1
pkgs/build-support/coq/extra-lib.nix
··· 1 1 { lib }: 2 - with builtins; with lib; recursiveUpdate lib (rec { 2 + 3 + let 4 + inherit (lib) 5 + all 6 + concatStringsSep 7 + findFirst 8 + flip 9 + getAttr 10 + head 11 + isFunction 12 + length 13 + recursiveUpdate 14 + splitVersion 15 + tail 16 + take 17 + versionAtLeast 18 + versionOlder 19 + zipListsWith 20 + ; 21 + in 22 + recursiveUpdate lib (rec { 3 23 4 24 versions = 5 25 let