perlPackages.XMLSAX: fix building on non-default perl

This commit is contained in:
Yongun Seong
2025-10-26 21:00:44 +09:00
parent 30e8caf352
commit 81cced0472
+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";