9 crystal.buildCrystalPackage rec {
13 src = fetchFromGitHub {
14 owner = "Blacksmoke16";
17 sha256 = "sha256-W0iGE1yVOphooiab689AFT3rhGGdXqEFyYIhrx11RTE=";
20 nativeBuildInputs = [ makeWrapper ];
21 buildInputs = [ libxml2 ];
27 wrapProgram "$out/bin/oq" \
28 --prefix PATH : "${lib.makeBinPath [ jq ]}"
32 description = "A performant, and portable jq wrapper";
33 homepage = "https://blacksmoke16.github.io/oq/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ Br1ght0ne ];
36 platforms = platforms.unix;