syslinux: Slim down closure size
This commit is contained in:
parent
91117f0d1d
commit
26432f3e53
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/syslinux \
|
wrapProgram $out/bin/syslinux \
|
||||||
--prefix PATH : "${mtools}/bin"
|
--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; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user