cdrdao: fix missing iconv on Darwin (#511591)

This commit is contained in:
Vladimír Čunát
2026-04-22 05:33:08 +00:00
committed by GitHub
+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,