syslinux: Slim down closure size

This commit is contained in:
Tuomas Tynkkynen 2018-05-23 20:59:42 +03:00
parent 91117f0d1d
commit 26432f3e53

View File

@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/syslinux \
--prefix PATH : "${mtools}/bin"
# Delete com32 headers to save space, nobody seems to be using them
rm -rf $out/share/syslinux/com32
'';
meta = with stdenv.lib; {