Commit 7bf05cd9 authored by paparodeo's avatar paparodeo Committed by github-actions[bot]
Browse files

netsurf.libparserutils: use libiconv for darwin

(cherry picked from commit 7546fd61)
parent 8872b57b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, fetchurl
, perl
, buildsystem
, iconv
, libiconv
}:

stdenv.mkDerivation (finalAttrs: {
@@ -18,7 +18,8 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    perl
    buildsystem
    iconv
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    libiconv
  ];

  makeFlags = [