cdrdao: fix missing iconv on Darwin (#511591)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user