Skip to content

Commit

Permalink
apbs: add libutil for darwin (#352515)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 31, 2024
2 parents 7e88a7b + 8fa1386 commit 5463f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/science/chemistry/apbs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, python3
, libintl
, libiconv
, darwin
}:
let
# this is a fork version of fetk (http://www.fetk.org/)
Expand Down Expand Up @@ -87,6 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
libintl
libiconv
darwin.libutil
];

cmakeFlags = [
Expand Down

0 comments on commit 5463f5a

Please sign in to comment.