From 67cf25d7f4a5f7e234fed3dd273d4d21641de3a0 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 6 Nov 2024 19:08:09 +0000 Subject: [PATCH] apbs: drop unnecessary Darwin dependencies --- pkgs/applications/science/chemistry/apbs/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/science/chemistry/apbs/default.nix b/pkgs/applications/science/chemistry/apbs/default.nix index 87cd5fed1373..bb8ba7afeff3 100644 --- a/pkgs/applications/science/chemistry/apbs/default.nix +++ b/pkgs/applications/science/chemistry/apbs/default.nix @@ -7,8 +7,6 @@ , suitesparse , python3 , libintl -, libiconv -, darwin }: let # this is a fork version of fetk (http://www.fetk.org/) @@ -87,8 +85,6 @@ stdenv.mkDerivation (finalAttrs: { python3 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libintl - libiconv - darwin.libutil ]; cmakeFlags = [