commit
db103e0f98
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform }:
|
{ stdenv, fetchFromGitHub, rustPlatform, Security }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ion";
|
pname = "ion";
|
||||||
@ -20,6 +20,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
maintainers = with maintainers; [ dywedir ];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = stdenv.lib.optional stdenv.hostPlatform.isDarwin [
|
||||||
|
Security
|
||||||
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
shellPath = "/bin/ion";
|
shellPath = "/bin/ion";
|
||||||
};
|
};
|
||||||
|
@ -8762,7 +8762,9 @@ in
|
|||||||
|
|
||||||
fish-foreign-env = callPackage ../shells/fish/fish-foreign-env { };
|
fish-foreign-env = callPackage ../shells/fish/fish-foreign-env { };
|
||||||
|
|
||||||
ion = callPackage ../shells/ion { };
|
ion = callPackage ../shells/ion {
|
||||||
|
inherit (darwin) Security;
|
||||||
|
};
|
||||||
|
|
||||||
jush = callPackage ../shells/jush { };
|
jush = callPackage ../shells/jush { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user