csdp: fix pkgsStatic build (#418551)

authored by

Aleksana and committed by
GitHub
1f19e007 26c8e991

+2
+2
pkgs/by-name/cs/csdp/package.nix
··· 24 24 25 25 postPatch = '' 26 26 substituteInPlace Makefile --replace /usr/local/bin $out/bin 27 + substituteInPlace lib/Makefile \ 28 + --replace-fail 'ar cr' '${stdenv.cc.targetPrefix}ar cr' 27 29 ''; 28 30 29 31 preInstall = ''