mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
syslinux: Strip static libraries
This prevents a retained dependency on gcc.
This commit is contained in:
parent
af75246b21
commit
013cf1b4f2
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace gpxe/src/Makefile --replace /usr/bin/perl $(type -P perl)
|
||||
'';
|
||||
|
||||
stripDebugList = "bin sbin share/syslinux/com32";
|
||||
|
||||
makeFlags = [
|
||||
"BINDIR=$(out)/bin"
|
||||
"SBINDIR=$(out)/sbin"
|
||||
|
Loading…
Reference in New Issue
Block a user