Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c322b7cfce44
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd5d2482c9dc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2020

  1. emacs: Fix accidental double wrapping

    This makeWrapper invocation found it's way back via a rebase.
    adisbladis committed Dec 17, 2020
    Copy the full SHA
    dd5d248 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 pkgs/build-support/emacs/wrapper.nix
5 changes: 0 additions & 5 deletions pkgs/build-support/emacs/wrapper.nix
Original file line number Diff line number Diff line change
@@ -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