Loading pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +7 −0 Original line number Diff line number Diff line Loading @@ -539,6 +539,13 @@ let (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zig-mode = super.zig-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace zig-mode.el \ --replace-fail 'zig-zig-bin "zig"' 'zig-zig-bin "${lib.getExe pkgs.zig}"' ''; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' Loading Loading
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +7 −0 Original line number Diff line number Diff line Loading @@ -539,6 +539,13 @@ let (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zig-mode = super.zig-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace zig-mode.el \ --replace-fail 'zig-zig-bin "zig"' 'zig-zig-bin "${lib.getExe pkgs.zig}"' ''; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' Loading