Skip to content

Commit

Permalink
zed-editor_git: binary was renamed to zeditor (in nixpkgs#344193)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Sep 29, 2024
1 parent 57e33ea commit 7e674a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/zed-editor-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gitOverride {
# Starting zed-editor from zed seems to loose these libraries somehow
nativeBuildInputs = with final; [ makeWrapper cmake ] ++ prevAttrs.nativeBuildInputs;
postInstall = with final; ''
wrapProgram $out/bin/zed \
wrapProgram $out/bin/zeditor \
--prefix LD_PRELOAD : ${alsa-lib}/lib/libasound.so.2 \
--prefix LD_PRELOAD : ${zstd.out}/lib/libzstd.so.1 \
--prefix LD_PRELOAD : ${openssl.out}/lib/libssl.so.3 \
Expand Down

0 comments on commit 7e674a4

Please sign in to comment.