Vladimír Čunát 2023-09-27 14:19:37 +02:00
parent 81ae4e07a3
commit c564a122a6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 ];