ecdsautils: fix build with cmake 4

This commit is contained in:
Yureka
2025-09-29 11:52:20 +02:00
parent 614ff062ae
commit 64f96372d6
+8
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
pkg-config,
doxygen,
@@ -22,6 +23,13 @@ stdenv.mkDerivation {
sha256 = "sha256-vGHLAX/XOtePvdT/rljCOdlILHVO20mCt6p+MUi13dg=";
};
patches = [
(fetchpatch {
url = "https://github.com/freifunk-gluon/ecdsautils/commit/19f096f9c10264f4efe4b926fe83126e85642cba.patch";
hash = "sha256-oJv47NckFHFONPcG3WfHwgaHRqrz2eWXzbr5SQr+kX4=";
})
];
nativeBuildInputs = [
cmake
pkg-config