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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user