tokei: remove darwin from inputs
This commit is contained in:
parent
616edb1c64
commit
c04f546618
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv, darwin }:
|
{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv, Security }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tokei";
|
pname = "tokei";
|
||||||
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
cargoSha256 = "sha256-iUDc54E8AiLMJw9h99kg/3VmaSi8GqfQyrPwa9nJ994=";
|
cargoSha256 = "sha256-iUDc54E8AiLMJw9h99kg/3VmaSi8GqfQyrPwa9nJ994=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
libiconv darwin.apple_sdk.frameworks.Security
|
libiconv Security
|
||||||
];
|
];
|
||||||
|
|
||||||
# enable all output formats
|
# enable all output formats
|
||||||
|
@ -8378,7 +8378,9 @@ in
|
|||||||
|
|
||||||
toilet = callPackage ../tools/misc/toilet { };
|
toilet = callPackage ../tools/misc/toilet { };
|
||||||
|
|
||||||
tokei = callPackage ../development/tools/misc/tokei { };
|
tokei = callPackage ../development/tools/misc/tokei {
|
||||||
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
|
};
|
||||||
|
|
||||||
toml2nix = (callPackage ../tools/toml2nix { }).toml2nix { };
|
toml2nix = (callPackage ../tools/toml2nix { }).toml2nix { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user