mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
syslinux: Slim down closure size
This commit is contained in:
parent
91117f0d1d
commit
26432f3e53
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user