mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
broot: fix darwin build
This commit is contained in:
parent
d0a5a9ecd9
commit
682cc2dd59
@ -8,6 +8,7 @@
|
||||
, libgit2
|
||||
, oniguruma
|
||||
, libiconv
|
||||
, Foundation
|
||||
, Security
|
||||
, xorg
|
||||
, zlib
|
||||
@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [ libgit2 oniguruma xorg.libxcb ] ++ lib.optionals stdenv.isDarwin [
|
||||
Foundation
|
||||
libiconv
|
||||
Security
|
||||
zlib
|
||||
|
@ -4524,7 +4524,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
broot = callPackage ../tools/misc/broot {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation Security;
|
||||
};
|
||||
|
||||
bruteforce-luks = callPackage ../tools/security/bruteforce-luks { };
|
||||
|
Loading…
Reference in New Issue
Block a user