-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
ijq: init at 0.2.3 #110809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ijq: init at 0.2.3 #110809
Conversation
Result of 1 package built:
|
This is a semi-automatic executed nixpkgs-review which is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package built:
|
Result of 1 package built:
|
pkgs/top-level/all-packages.nix
Outdated
@@ -5166,6 +5166,8 @@ in | |||
packages = config.ihaskell.packages or (self: []); | |||
}; | |||
|
|||
ijq = callPackage ../development/tools/ijq { } ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ijq = callPackage ../development/tools/ijq { } ; | |
ijq = callPackage ../development/tools/ijq { }; |
meta = with lib; { | ||
description = "Interactive wrapper for jq"; | ||
homepage = "https://git.sr.ht/~gpanders/ijq"; | ||
license = licenses.gpl3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gpl3Only or gpl3Plus?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the file header it's gpl3Plus
.
Fixed according to the comments and squashed. |
Motivation for this change
ijq provides an interactive TUI for writing jq expressions.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)