[Nix-dev] Byobu session-selector broken, referencing /usr/bin/pythong

2015-09-14 Thread Yasu
Hi, I'm a newbie nixos user and trying byobu version 5.87. I noticed that if I open a byobu session (using tmux as the backend, the default configuration) , abruptly disconnect the SSH session, log back in and type tmux again, I get the following error.

Re: [Nix-dev] Byobu session-selector broken, referencing /usr/bin/pythong

2015-09-14 Thread Eric Sagnes
Hi, Static executables paths in scripts have to be fixed in nix. Fortunately, there is an easy way to do it by using the substituteInPlace[1] helper during the fixup phase[2]. issue: https://github.com/NixOS/nixpkgs/issues/9865 PR:https://github.com/NixOS/nixpkgs/pull/9866 Cheers, [1]