csdp: fix pkgsStatic build

This commit is contained in:
Justin Restivo
2025-06-20 17:39:23 -04:00
parent 0c7cd54af8
commit b1aea57b15
+2
View File
@@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace Makefile --replace /usr/local/bin $out/bin
substituteInPlace lib/Makefile \
--replace-fail 'ar cr' '${stdenv.cc.targetPrefix}ar cr'
'';
preInstall = ''