Commit 6608a960 authored by David Wronek's avatar David Wronek
Browse files

blobtools: fix darwin build

parent b8c637e4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ stdenv.mkDerivation {

  strictDeps = true;

  postPatch = ''
    substituteInPlace Makefile \
      --replace-fail "CC=g++" "CC=c++"
  '';

  installPhase = ''
    runHook preInstall
    install -Dm555 {blobpack,blobunpack} -t $out/bin