Loading pkgs/by-name/jn/jnv/package.nix +0 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -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"; Loading Loading
pkgs/by-name/jn/jnv/package.nix +0 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -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"; Loading