mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
syslinux: Slim down closure size
This commit is contained in:
parent
91117f0d1d
commit
26432f3e53
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue