Skip to content

Commit

Permalink
oq: fix tests with jq-1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 27, 2023
1 parent 81ae4e0 commit c564a12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/tools/oq/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ lib
, fetchFromGitHub
, fetchpatch
, crystal
, jq
, libxml2
Expand All @@ -17,6 +18,13 @@ crystal.buildCrystalPackage rec {
sha256 = "sha256-W0iGE1yVOphooiab689AFT3rhGGdXqEFyYIhrx11RTE=";
};

patches = [
(fetchpatch {
url = "https://github.com/Blacksmoke16/oq/commit/4f9ef2a73770465bfe2348795461fc8a90a7b9b0.diff";
hash = "sha256-Ljvf2+1vsGv6wJHl27T7DufI9rTUCY/YQZziOWpW8Do=";
})
];

nativeBuildInputs = [ makeWrapper ];
buildInputs = [ libxml2 ];
nativeCheckInputs = [ jq ];
Expand Down

0 comments on commit c564a12

Please sign in to comment.