Skip to content

Commit

Permalink
emacs: Fix accidental double wrapping
Browse files Browse the repository at this point in the history
This makeWrapper invocation found it's way back via a rebase.
  • Loading branch information
adisbladis committed Dec 17, 2020
1 parent c322b7c commit dd5d248
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/build-support/emacs/wrapper.nix
Expand Up @@ -185,11 +185,6 @@ runCommand
--subst-var-by wrapperSiteLispNative "$deps/share/emacs/native-lisp:" \
--subst-var prog
chmod +x $out/bin/$progname
makeWrapper "$prog" "$out/bin/$progname" \
--suffix EMACSLOADPATH ":" "$deps/share/emacs/site-lisp:" \
--suffix EMACSNATIVELOADPATH ":" "$deps/share/emacs/native-lisp:"
done
# Wrap MacOS app
Expand Down

0 comments on commit dd5d248

Please sign in to comment.