sheldon: fix build missing Security

This commit is contained in:
ocfox 2022-11-08 09:29:34 +08:00
parent 4c2a2b2ede
commit 1e3628c0e1
No known key found for this signature in database
GPG key ID: 8C2212388306143C

View file

@ -4830,7 +4830,9 @@ with pkgs;
shab = callPackage ../tools/text/shab { };
sheldon = callPackage ../tools/misc/sheldon { };
sheldon = callPackage ../tools/misc/sheldon {
inherit (darwin.apple_sdk.frameworks) Security;
};
shell-hist = callPackage ../tools/misc/shell-hist { };