3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #185003 from aij/patdiff

This commit is contained in:
Sandro 2022-08-03 14:32:21 +02:00 committed by GitHub
commit 070df21c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4355,6 +4355,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
inherit (ocamlPackages) patdiff;
patool = with python3Packages; toPythonApplication patool;
pbgopy = callPackage ../tools/text/pbgopy { };