Commit Graph

7 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Leah Amelia Chen
e477517a31 sirula: 1.0.0 -> 1.0.0-unstable-2023-09-02
While there was no release from the upstream, it's important for sirula
to receive this update as it currently does not build with Rust 1.71 and
above, due to a typo in one of its dependencies (see
DorianRudolph/sirula#37).
2024-05-06 13:21:55 +02:00
Tom
97bb1199c0 maintainers: remove twitchyliquid64
Yall won't miss me. The packages I leave orphaned are trivially updated as dependents need the new versions.

But passively endorsing the direction this organization and its leadership is something I can't do.

To those who still have faith in turning this around, you da real MVP 🖖
2024-04-26 22:48:31 -07:00
Artturin
d3c7ef80ef pkgs/tools/wayland: mark all linux only
on non-linux they all fail various variations of
meson.build:26:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and framework
fatal error: 'wayland-util.h' file not found
2023-03-05 15:11:44 +02:00
kilianar
de611c1c81 sirula: unstable-2021-10-12 -> 1.0.0 2022-06-27 13:40:34 +02:00
Matthias Beyer
c5686537af sirula: unstable->2021-07-11 -> unstable-2021-10-12
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-10-12 10:05:32 +00:00
Tom
fc8a8266d7 sirula: init at unstable-2021-07-11
This commit packages sirula, a simple app launcher for wayland.
2021-08-02 22:00:11 -04:00