Unverified Commit c564a122 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files
parent 81ae4e07
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{ 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 ];