mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
xmlsort: hotfix on Darwin
This commit is contained in:
parent
68028488d8
commit
e6b6f2109f
@ -22308,6 +22308,9 @@ let
|
||||
XMLSAX
|
||||
XMLSAXWriter
|
||||
];
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/xmlsort
|
||||
'';
|
||||
};
|
||||
|
||||
XMLGrove = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user