Unverified Commit 043ebd74 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

libnatspec: fix darwin build after sdk rework (#351847)

parents 55d50a0a 67bcc246
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {

  buildInputs = [ popt ];

  env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
    NIX_LDFLAGS = "-liconv";
  };

  propagatedBuildInputs = [ libiconv ];

  meta = with lib; {