libff: remove boost dependency (#421573)

This commit is contained in:
Jenny
2025-07-02 16:45:15 +02:00
committed by GitHub
-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
];