Commit 050f2cd9 authored by Emilio López's avatar Emilio López
Browse files

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.
parent 250397c4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ];