xmlsort: fix for Darwin
This commit is contained in:
commit
d6684be621
@ -22308,6 +22308,9 @@ let
|
||||
XMLSAX
|
||||
XMLSAXWriter
|
||||
];
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/xmlsort
|
||||
'';
|
||||
};
|
||||
|
||||
XMLGrove = buildPerlPackage {
|
||||
|
Loading…
x
Reference in New Issue
Block a user