mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
oq: fix tests with jq-1.7
https://hydra.nixos.org/build/235683565/nixlog/3/tail https://github.com/Blacksmoke16/oq/pull/119
This commit is contained in:
parent
81ae4e07a3
commit
c564a122a6
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, crystal
|
||||
, jq
|
||||
, libxml2
|
||||
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user