Unverified Commit 98adeacd authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #208602 from wegank/ares-darwin

ares: fix build on darwin
parents 15b8d145 8c94b289
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, pkg-config
, which
, wrapGAppsHook
, libicns
, SDL2
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    pkg-config
    which
    wrapGAppsHook
  ] ++ lib.optionals stdenv.isDarwin [
    libicns
@@ -72,6 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
    "hiro=gtk3"
  ] ++ lib.optionals stdenv.isDarwin [
    "hiro=cocoa"
    "lto=false"
    "vulkan=false"
  ] ++ [
    "local=false"