From dd5d2482c9dcdf5e35bf271b32303a515f923607 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 17 Dec 2020 02:43:01 +0100 Subject: [PATCH] emacs: Fix accidental double wrapping This makeWrapper invocation found it's way back via a rebase. --- pkgs/build-support/emacs/wrapper.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/build-support/emacs/wrapper.nix b/pkgs/build-support/emacs/wrapper.nix index eca80ecf0af..6314c953b74 100644 --- a/pkgs/build-support/emacs/wrapper.nix +++ b/pkgs/build-support/emacs/wrapper.nix @@ -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