Commit 4d02b0a2 authored by Sarah Clark's avatar Sarah Clark
Browse files

cdrdao: fix missing `iconv` on Darwin

parent 5affd239
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,