perlPackages.XMLSAX: fix building on non-default perl (#455809)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user