libff: remove boost dependency

Although the libff README claims you need Boost to build the library,
there is no current use of it in the codebase.
This commit is contained in:
Emilio López
2025-07-01 15:03:19 -03:00
parent 250397c4cb
commit 050f2cd996
-2
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
cmake,
boost,
gmp,
openssl,
pkg-config,
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
pkg-config
];
buildInputs = [
boost
gmp
openssl
];