drat-trim: fix build on darwin

+4
+4
pkgs/applications/science/logic/drat-trim/default.nix
··· 10 10 sha256 = "1m9q47dfnvdli1z3kb1jvvbm0dgaw725k1aw6h9w00bggqb91bqh"; 11 11 }; 12 12 13 + postPatch = '' 14 + substituteInPlace Makefile --replace gcc cc 15 + ''; 16 + 13 17 installPhase = '' 14 18 install -Dt $out/bin drat-trim 15 19 '';