From 050f2cd9963e5264440e4b8665d8c8f6036c79e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Tue, 1 Jul 2025 15:03:19 -0300 Subject: [PATCH] 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. --- pkgs/by-name/li/libff/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/li/libff/package.nix b/pkgs/by-name/li/libff/package.nix index 3a48a3145a44..0a03e00978cf 100644 --- a/pkgs/by-name/li/libff/package.nix +++ b/pkgs/by-name/li/libff/package.nix @@ -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 ];