patdiff: Restore top-level pkgs attribute

To avoid breaking configurations that used it before it was
moved to ocamlPackages in 242001d836
This commit is contained in:
Ivan Jager
2022-07-31 17:27:06 -05:00
parent 6a956ae44a
commit 1c87106da4
+2
View File
@@ -4372,6 +4372,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
inherit (ocamlPackages) patdiff;
patool = with python3Packages; toPythonApplication patool;
pbgopy = callPackage ../tools/text/pbgopy { };