commit
2704d4f174
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
, libgit2
|
, libgit2
|
||||||
, oniguruma
|
, oniguruma
|
||||||
, libiconv
|
, libiconv
|
||||||
|
, Foundation
|
||||||
, Security
|
, Security
|
||||||
, xorg
|
, xorg
|
||||||
, zlib
|
, zlib
|
||||||
|
@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ libgit2 oniguruma xorg.libxcb ] ++ lib.optionals stdenv.isDarwin [
|
buildInputs = [ libgit2 oniguruma xorg.libxcb ] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
Foundation
|
||||||
libiconv
|
libiconv
|
||||||
Security
|
Security
|
||||||
zlib
|
zlib
|
||||||
|
|
|
@ -4524,7 +4524,7 @@ with pkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
broot = callPackage ../tools/misc/broot {
|
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 { };
|
bruteforce-luks = callPackage ../tools/security/bruteforce-luks { };
|
||||||
|
|
Loading…
Reference in a new issue