Merge pull request #200123 from ocfox/fix_sheldon_build
sheldon: fix build missing Security
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user