perlPackages.XMLSAX: fix building on non-default perl (#455809)

This commit is contained in:
dotlambda
2025-11-03 03:10:54 +00:00
committed by GitHub
+1 -1
View File
@@ -38852,7 +38852,7 @@ with self;
];
postPatch = ''
substituteInPlace Makefile.PL \
--replace-fail "\$(PERL)" "${lib.getExe buildPackages.perl}"
--replace-fail "\$(PERL)" "${lib.getExe perl.perlOnBuild}"
'';
meta = {
description = "Simple API for XML";