File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 246246
247247 dontPatchShebangs = true ; #straight_watch_callback.py: unsupported interpreter directive "#!/usr/bin/env -S python3 -u"
248248
249- postFixup =
250- ( old . postFixup or "" )
251- + (
252- if withWebrender
253- then
254- lib . concatStringsSep "\n " [
255- ( lib . optionalString stdenv . isLinux ''
256- patchelf --set-rpath \
257- "$(patchelf --print-rpath "$out/bin/.emacs-29.0.60-wrapped"):${ lib . makeLibraryPath rpathLibs } " \
258- "$out/bin/.emacs-29.0.60-wrapped"
259- patchelf --add-needed "libfontconfig.so" "$out/bin/.emacs-29.0.60-wrapped"
260- '' )
261- ]
262- else ""
263- ) ;
249+ # postFixup =
250+ # (old.postFixup or "")
251+ # + (
252+ # if withWebrender
253+ # then
254+ # lib.concatStringsSep "\n" [
255+ # (lib.optionalString stdenv.isLinux ''
256+ # patchelf --set-rpath \
257+ # "$(patchelf --print-rpath "$out/bin/.emacs-29.0.60-wrapped"):${lib.makeLibraryPath rpathLibs}" \
258+ # "$out/bin/.emacs-29.0.60-wrapped"
259+ # patchelf --add-needed "libfontconfig.so" "$out/bin/.emacs-29.0.60-wrapped"
260+ # '')
261+ # ]
262+ # else ""
263+ # );
264264 } ) ;
265265 } ;
266266 } ;
You can’t perform that action at this time.
0 commit comments