Commit 98c68a8b authored by Jan Stranik's avatar Jan Stranik Committed by Sebastián Mancilla
Browse files

quickfix: fix build on Darwin

parent 8152fcd2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ stdenv.mkDerivation rec {

  enableParallelBuilding = true;

  postPatch = ''
    substituteInPlace bootstrap --replace-fail glibtoolize libtoolize
  '';

  preConfigure = ''
    ./bootstrap
  '';