xmlsort: hotfix on Darwin

This commit is contained in:
Peter Hoeg 2020-10-05 13:29:33 +08:00
parent 68028488d8
commit e6b6f2109f

View File

@ -22308,6 +22308,9 @@ let
XMLSAX
XMLSAXWriter
];
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
shortenPerlShebang $out/bin/xmlsort
'';
};
XMLGrove = buildPerlPackage {