ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
Szadek_ has joined #river
Szadek has quit [Ping timeout: 272 seconds]
Szadek_ has quit [Ping timeout: 256 seconds]
Szadek_ has joined #river
Szadek_ has quit [Ping timeout: 256 seconds]
Szadek_ has joined #river
groknull has joined #river
groknull has quit [Remote host closed the connection]
groknull has joined #river
groknull has quit [Remote host closed the connection]
talismanick has joined #river
silv3r has joined #river
silv3r has quit [Quit: WeeChat 3.8]
eShaev9z has quit [Ping timeout: 252 seconds]
eShaev9z has joined #river
<tleydxdy[m]> > switching to another tty and back
<tleydxdy[m]> yes that sometimes works, but not always
muirrum has joined #river
jao has quit [Ping timeout: 256 seconds]
Nulo has quit [Ping timeout: 255 seconds]
Nulo has joined #river
smach has joined #river
Nosrep has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 252 seconds]
waleee has joined #river
<ifreund> tleydxdy[m]: yeah that's the one I was thinking of, looks like it hasn't beenerged yet though
Misthios has quit [Quit: Misthios]
Misthios has joined #river
waleee has quit [Ping timeout: 256 seconds]
talismanick has quit [Ping timeout: 260 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 246 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 260 seconds]
kirusfg has joined #river
kirusfg has quit [Ping timeout: 246 seconds]
Szadek_ is now known as Szadek
Guest3261 has joined #river
Guest3261 has quit [Client Quit]
notzmv has quit [Ping timeout: 260 seconds]
notzmv has joined #river
jao has joined #river
notzmv has quit [Ping timeout: 255 seconds]
Ordoviz has joined #river
kirusfg has joined #river
notzmv has joined #river
kirusfg has quit [Ping timeout: 252 seconds]
smach has quit [Read error: Connection reset by peer]
waleee has joined #river
talismanick has joined #river
Szadek has quit [Quit: WeeChat 3.8]
Szadek has joined #river
waleee has quit [Ping timeout: 252 seconds]
waleee has joined #river
Ordoviz has quit [Quit: WeeChat 3.8]
Szadek has quit [Ping timeout: 260 seconds]
talismanick has quit [Ping timeout: 256 seconds]
Szadek has joined #river
<edrex[m]> leon-p: hitting an error trying to build stacktile. missing a dependency maybe? `curl https://termbin.com/0ejca`
<edrex[m]> (working on nixpkg on top of unmerged zig 0.10.0 MR)
Nulo_ has joined #river
<edrex[m]> i think it might be because build.zig is trying to look at .git, and nix doesn't include that in the build dir. Looking further..
Nulo has quit [Ping timeout: 272 seconds]
Nulo_ is now known as Nulo
<edrex[m]> the solution for other projects is usually AFAIK to patch to allow passing version info via a param or env var, to make the .git dir an optional builddep. WDYT?
<edrex[m]> but maybe that's not even the cause, will check in after debugging further.
<waleee> unstable looks like it has river 0.2.1 and zig 0.10 merged
<gbrlsnchs> Gentoo users: if anyone needs river 0.2.2 or waylock 0.6.1, I have ebuilds available at https://git.sr.ht/~gbrlsnchs/ebuilds (I'll try to add waylock to GURU later)
<waleee> edrex[m]: also I think that file has the usual nix-workaround for stuff like .git/zig-cache etc
<waleee> (export HOME=$TMPDIR)
<edrex[m]> > unstable looks like it has river 0.2.1 and zig 0.10 merged
<edrex[m]> River 0.2.1 yes, zig 0.10 not yet, see https://github.com/NixOS/nixpkgs/pull/210324
<edrex[m]> * > unstable looks like it has river 0.2.1 and zig 0.10 merged
<edrex[m]> River 0.2.1 yes, zig 0.10 not yet, see https://github.com/NixOS/nixpkgs/pull/210324
<edrex[m]> I'm working off of that branch (merged into master)
<NickH> edrex[m]: is the zig version of stacktile even ready for use yet?
<edrex[m]> maybe not, hmm. I see the 1.0.0 version is c
<NickH> Yeah, that's what I use.
<edrex[m]> thx, not sure why i was messing with HEAD. got the c version to build. It looks like there is a blocking bug with zig 0.10 in that nixpkgs PR, so I'm going to cool it on that and package the previous zig 0.9 version of levee for now.