Merge pull request #89351 from dwarfmaster/fix-emacs-build

Fix building of emacsWithPackages not findind subdirs.el
This commit is contained in:
Matthew Bauer
2020-06-11 10:52:25 -05:00
committed by GitHub

View File

@@ -174,7 +174,7 @@ runCommand
mkdir -p $out/share
# Link icons and desktop files into place
for dir in applications icons info man; do
for dir in applications icons info man emacs; do
ln -s $emacs/share/$dir $out/share/$dir
done
''