Files
nixpkgs/pkgs/by-name/sm/smartmontools/smartmontools.patch

14 lines
380 B
Diff

diff --git a/./configure.ac b/./configure.ac
index 6bd61d7..32ff50c 100644
--- a/./configure.ac
+++ b/./configure.ac
@@ -508,7 +508,7 @@ case "${host}" in
;;
*-*-darwin*)
os_deps='os_darwin.o'
- os_libs='-framework CoreFoundation -framework IOKit'
+ os_libs='-framework ApplicationServices -framework IOKit'
os_darwin=yes
os_man_filter=Darwin
;;