libff: remove boost dependency (#421573)
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