Unverified Commit fd456204 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #317241 from Kranzes/jnv

jnv: remove no longer needed dependencies
parents d1af0c17 251b389e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, autoconf
, automake
, libtool
}:
rustPlatform.buildRustPackage rec {
  pname = "jnv";
@@ -18,13 +15,6 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-qpVRq6RbrDZDSJkLQ5Au9j2mWXp3gn7QBe3nRmIVK8c=";

  nativeBuildInputs = [
    autoconf
    automake
    libtool
    rustPlatform.bindgenHook
  ];

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