WIP: getting good

This commit is contained in:
Vladimír Čunát
2014-08-27 01:14:09 +02:00
parent 4dccb224c5
commit fb59f27a43
31 changed files with 258 additions and 145 deletions
+5 -1
View File
@@ -55,7 +55,11 @@ stdenv.mkDerivation rec {
postInstall = ''
# Add an `sh' -> `bash' symlink.
ln -s bash "$out/bin/sh"
'';
''
# most space is taken by locale data
+ stdenv.lib.optionalString (!interactive) ''
rm -r "$out/share"
'';
meta = {
homepage = http://www.gnu.org/software/bash/;