Unverified Commit afcb71c4 authored by Defelo's avatar Defelo
Browse files

jnv: remove obsolete buildInputs

parent c1976991
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
  lib,
  rustPlatform,
  fetchFromGitHub,
  stdenv,
  darwin,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -20,14 +18,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
  useFetchCargoVendor = true;
  cargoHash = "sha256-VLVoURqmUhhekNZ0a75bwjvSiLfaQ79IlltbmWVyBrI=";

  buildInputs = lib.optional stdenv.hostPlatform.isDarwin (
    with darwin.apple_sdk.frameworks;
    [
      CoreGraphics
      AppKit
    ]
  );

  meta = {
    description = "Interactive JSON filter using jq";
    mainProgram = "jnv";