cdrdao: fix missing iconv on Darwin

This commit is contained in:
Sarah Clark
2026-04-20 10:08:32 -07:00
parent 5affd239b8
commit 4d02b0a2fd
+4 -1
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
autoreconfHook,
pkg-config,
libiconv,
@@ -40,6 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
libao
];
env = {
am_cv_func_iconv_works = "yes";
};
hardeningDisable = [ "format" ];
# we have glibc/include/linux as a symlink to the kernel headers,