Unverified Commit 72f9652b authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

cdrdao: fix missing `iconv` on Darwin (#511591)

parents d6016dff 4d02b0a2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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,