Skip to content

Commit

Permalink
Merge pull request #185 from jordanisaacs/master
Browse files Browse the repository at this point in the history
fix(build): prefix load paths instead of set
  • Loading branch information
akirak authored Dec 22, 2024
2 parents e3584a0 + 8e36509 commit 1338c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/emacs/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ in
${lib.optionalString (length executablePackages > 0) "--prefix PATH : ${lib.escapeShellArg (lib.makeBinPath executablePackages)}"} \
--prefix INFOPATH : ${emacs}/share/info:$out/share/info:${infoPath} \
${
lib.optionalString nativeComp "--set EMACSNATIVELOADPATH $nativeLisp:$nativeLoadPath"
lib.optionalString nativeComp "--prefix EMACSNATIVELOADPATH : $nativeLisp:$nativeLoadPath"
} \
--set EMACSLOADPATH "$siteLisp:"
fi
Expand Down

0 comments on commit 1338c59

Please sign in to comment.