summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-26 11:17:39 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-26 11:17:39 +0100
commitab377d2a3d61815b092eeb2abbb3d35b8e2b3846 (patch)
tree4b56c09feae0101af088642d9a03ee3adf0e77d1 /pkgs/development/libraries/glibc
parenta652895cc96f47d68c741c934d23c8442e1afcc0 (diff)
downloadnixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar.gz
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar.bz2
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar.lz
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar.xz
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.tar.zst
nixlib-ab377d2a3d61815b092eeb2abbb3d35b8e2b3846.zip
glibc: Don't install sln
It's a 835 KiB utility to create symlinks that (AFAIK) is not used
anywhere.  It also has no use case in NixOS.
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/2.18/builder.sh3
1 files changed, 3 insertions, 0 deletions
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