stdenvAdapters: Remove 6 year old comment

Comment was added in 3c36dcc and hasn't been needed because makeStaticBinaries already adds glibc.static
This commit is contained in:
Artturin 2023-07-19 23:01:11 +03:00
parent cb29bc6ace
commit 29b4a92458

View file

@ -121,9 +121,6 @@ rec {
# Apple does not provide a static version of libSystem or crt0.o
# So we cant build static binaries without extensive hacks.
++ lib.optional (!stdenv.hostPlatform.isDarwin) makeStaticBinaries
# Glibc doesnt come with static runtimes by default.
# ++ lib.optional (stdenv.hostPlatform.libc == "glibc") ((lib.flip overrideInStdenv) [ self.glibc.static ])
);