mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
emacs: Fix accidental double wrapping
This makeWrapper invocation found it's way back via a rebase.
This commit is contained in:
parent
c322b7cfce
commit
dd5d2482c9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue