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
commit f5c1ab06af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ runCommand
mkdir -p $out/share mkdir -p $out/share
# Link icons and desktop files into place # 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 ln -s $emacs/share/$dir $out/share/$dir
done done
'' ''