jnv: remove no longer needed dependencies

This commit is contained in:
Ilan Joselevich 2024-06-04 19:34:32 +03:00
parent da2c061877
commit 251b389efa
No known key found for this signature in database

@ -1,9 +1,6 @@
{ 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";