Unverified Commit 7bc504e9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #315513 from wegank/sgfutils-fix

sgfutils: fix build on darwin
parents 04f9c64c 757cfcf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, openssl
, iconv
, libiconv
, makeWrapper
, imagemagick
, makeFontsConf
@@ -18,7 +18,7 @@ stdenv.mkDerivation
    hash = "sha256-KWYgTxz32WK3MKouj1WAJtZmleKt5giCpzQPwfWruZQ=";
  };
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ iconv ];
  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv ];
  buildPhase = ''
    runHook preBuild
    make all