Unverified Commit 0889f3c0 authored by Jenny's avatar Jenny Committed by GitHub
Browse files

libff: remove boost dependency (#421573)

parents a32c78d3 050f2cd9
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
  ];