Skip to content

Commit 5e544a4

Browse files
committed
emacs-webrender: update fixed version string
1 parent d857adc commit 5e544a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@
256256
lib.concatStringsSep "\n" [
257257
(lib.optionalString stdenv.isLinux ''
258258
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"
259+
"$(patchelf --print-rpath "$out/bin/.emacs-29.0.60-wrapped"):${lib.makeLibraryPath rpathLibs}" \
260+
"$out/bin/.emacs-29.0.60-wrapped"
261+
patchelf --add-needed "libfontconfig.so" "$out/bin/.emacs-29.0.60-wrapped"
262262
'')
263263
]
264264
else ""

0 commit comments

Comments
 (0)