Skip to content

Commit 8fa1386

Browse files
committed
apbs: add libutil for darwin
1 parent ce8b620 commit 8fa1386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/applications/science/chemistry/apbs/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
, python3
99
, libintl
1010
, libiconv
11+
, darwin
1112
}:
1213
let
1314
# this is a fork version of fetk (http://www.fetk.org/)
@@ -87,6 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
8788
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
8889
libintl
8990
libiconv
91+
darwin.libutil
9092
];
9193

9294
cmakeFlags = [

0 commit comments

Comments
 (0)