mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-02 13:44:45 +00:00
14 lines
380 B
Diff
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
|
|
;;
|