Unverified Commit 8f1830ce authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

blobtools: fix darwin build (#491112)

parents 951d4f56 6608a960
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