Commit Graph

6 Commits

Author SHA1 Message Date
Felix Buehler
5527c1cf75 thelounge: migrate to prefetch-yarn-deps 2023-11-22 23:16:56 +01:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Winter
0129dffb45 thelounge: 4.4.0 -> 4.4.1
https://github.com/thelounge/thelounge/releases/tag/v4.4.1
2023-07-09 13:46:57 -04:00
Winter
a1cfd90e10 thelounge: fix sqlite logging
Previously, we never actually built the SQLite binding, causing The Lounge
to bail when attempting to load SQLite logs [0]. It wasn't caught before
because it wasn't thrown fatally, for whatever reason. Perhaps we should
fix this in the future with a patch and/or more robust tests, but for now,
let's just fix the issue.

[0]: https://github.com/NixOS/nixpkgs/pull/233511#issuecomment-1567182450
2023-06-03 16:55:39 -04:00
Winter
c99d4fc4d0 thelounge: reorder/cleanup imports 2023-06-03 16:49:51 -04:00
Winter
41bb263d28 thelounge: fix build
Upstream switched to using TypeScript in v4.4.0, which broke the patch.
This fixes that issue by migrating to building The Lounge from source,
instead of having to patch the minified JavaScript.
2023-05-28 00:47:54 -04:00