Loading pkgs/tools/misc/vector/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ git, nixosTests, nix-update-script, darwin, }: let Loading Loading @@ -51,13 +52,16 @@ rustPlatform.buildRustPackage { }; }; nativeBuildInputs = [ nativeBuildInputs = [ pkg-config cmake perl git rustPlatform.bindgenHook ]; ] # Provides the mig command used by the build scripts ++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds; buildInputs = [ oniguruma Loading Loading
pkgs/tools/misc/vector/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ git, nixosTests, nix-update-script, darwin, }: let Loading Loading @@ -51,13 +52,16 @@ rustPlatform.buildRustPackage { }; }; nativeBuildInputs = [ nativeBuildInputs = [ pkg-config cmake perl git rustPlatform.bindgenHook ]; ] # Provides the mig command used by the build scripts ++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds; buildInputs = [ oniguruma Loading