From 8fa1386a9869a03da4ecd9ffc00b629c910a086e Mon Sep 17 00:00:00 2001 From: Reno Dakota <170618376+paparodeo@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:47:05 +0000 Subject: [PATCH] apbs: add libutil for darwin --- pkgs/applications/science/chemistry/apbs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/science/chemistry/apbs/default.nix b/pkgs/applications/science/chemistry/apbs/default.nix index 766e4dcbd5575..87cd5fed13733 100644 --- a/pkgs/applications/science/chemistry/apbs/default.nix +++ b/pkgs/applications/science/chemistry/apbs/default.nix @@ -8,6 +8,7 @@ , python3 , libintl , libiconv +, darwin }: let # this is a fork version of fetk (http://www.fetk.org/) @@ -87,6 +88,7 @@ stdenv.mkDerivation (finalAttrs: { ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libintl libiconv + darwin.libutil ]; cmakeFlags = [