fortune: remove gcc from closure
Fixup is only run on $out/bin not $out/games. Luckily fortune is relocatable so just moving it to $out/bin works & reduces closure size.
This commit is contained in:
parent
0e707034b5
commit
53bf234c85
@ -19,7 +19,8 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s $out/games/fortune $out/bin/fortune
|
mv $out/games/fortune $out/bin/fortune
|
||||||
|
rmdir $out/games
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user