diff --git a/pkgs/development/libraries/glibc/2.18/builder.sh b/pkgs/development/libraries/glibc/2.18/builder.sh index b01977a33dec..3b077cbb3fd5 100644 --- a/pkgs/development/libraries/glibc/2.18/builder.sh +++ b/pkgs/development/libraries/glibc/2.18/builder.sh @@ -49,6 +49,9 @@ postInstall() { # This file, that should not remain in the glibc derivation, # may have not been created during the preInstall rm -f $out/lib/libgcc_s.so.1 + + # Get rid of more unnecessary stuff. + rm -rf $out/var $out/sbin/sln } genericBuild