sheldon: fix build missing Security
This commit is contained in:
parent
4c2a2b2ede
commit
1e3628c0e1
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user