Unverified Commit a98968ac authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents fd663a97 81cced04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";