We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d857adc commit 5e544a4Copy full SHA for 5e544a4
flake.nix
@@ -256,9 +256,9 @@
256
lib.concatStringsSep "\n" [
257
(lib.optionalString stdenv.isLinux ''
258
patchelf --set-rpath \
259
- "$(patchelf --print-rpath "$out/bin/.emacs-28.0.50-wrapped"):${lib.makeLibraryPath rpathLibs}" \
260
- "$out/bin/.emacs-28.0.50-wrapped"
261
- patchelf --add-needed "libfontconfig.so" "$out/bin/.emacs-28.0.50-wrapped"
+ "$(patchelf --print-rpath "$out/bin/.emacs-29.0.60-wrapped"):${lib.makeLibraryPath rpathLibs}" \
+ "$out/bin/.emacs-29.0.60-wrapped"
+ patchelf --add-needed "libfontconfig.so" "$out/bin/.emacs-29.0.60-wrapped"
262
'')
263
]
264
else ""
0 commit comments