nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

tmuxPlugins.tmux-sessionx: 0-unstable-2024-09-22 -> 0-unstable-2025-01-07

Open okwilkins opened this issue 6 months ago • 2 comments

…> 42c18389e73b80381d054dd1005b8c9a66942248

Things done

  • Built on platform(s)
    • [x] x86_64-linux
    • [ ] aarch64-linux
    • [ ] x86_64-darwin
    • [ ] aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • [ ] sandbox = relaxed
    • [ ] sandbox = true
  • [x] Tested, as applicable:
  • [x] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [x] Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
  • [x] Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a :+1: reaction to pull requests you find important.

okwilkins avatar Jun 10 '25 17:06 okwilkins

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 415643 Commit: aba8e578b09cee44661d5ab65ea3d4570bb2955b


x86_64-linux

:x: 1 package failed to build:
  • tmuxPlugins.tmux-sessionx

Error logs: `x86_64-linux`
tmuxPlugins.tmux-sessionx
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/kd1z9c9x1h3yi8r12qj2a5jq45yalwfi-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
substituteStream() in derivation tmuxplugin-sessionx-0-unstable-2025-01-07: ERROR: pattern /tmux-sessionx/scripts/reload_sessions.sh doesn't match anything in file 'scripts/sessionx.sh'

pbsbot avatar Jun 22 '25 22:06 pbsbot

Seems like the reference to reload_sessions.sh is gone from sessionx.sh, but i now see it referenced in sessionx.tmux. I haven't read that much in detail but perhaps the SCRIPTS_DIR in sessionx.tmux should be patched?

pbsds avatar Jun 22 '25 22:06 pbsds