10 crystal.buildCrystalPackage rec {
14 src = fetchFromGitHub {
15 owner = "Blacksmoke16";
18 sha256 = "sha256-W0iGE1yVOphooiab689AFT3rhGGdXqEFyYIhrx11RTE=";
23 url = "https://github.com/Blacksmoke16/oq/commit/4f9ef2a73770465bfe2348795461fc8a90a7b9b0.diff";
24 hash = "sha256-Ljvf2+1vsGv6wJHl27T7DufI9rTUCY/YQZziOWpW8Do=";
28 nativeBuildInputs = [ makeWrapper ];
29 buildInputs = [ libxml2 ];
30 nativeCheckInputs = [ jq ];
35 wrapProgram "$out/bin/oq" \
36 --prefix PATH : "${lib.makeBinPath [ jq ]}"
40 description = "A performant, and portable jq wrapper";
42 homepage = "https://blacksmoke16.github.io/oq/";
43 license = licenses.mit;
44 maintainers = with maintainers; [ Br1ght0ne ];
45 platforms = platforms.unix;