Commit Graph

17 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
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
ckie
7d34b64eca maintainers: remove ckie
well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]

it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P

cya in the next world, cuties <3

[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
2024-07-02 02:40:02 +02:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
Weijia Wang
45ed5abc3a
Merge pull request #308386 from r-ryantm/auto-update/rtabmap
rtabmap: 0.21.4 -> 0.21.4.1
2024-05-11 19:23:46 +02:00
R. Ryantm
08fde07df9 rtabmap: 0.21.4 -> 0.21.4.1 2024-05-01 22:43:22 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
ckie
3eee36cbbd
Merge pull request #294674 from hacker1024/update/rtabmap 2024-03-10 23:51:05 +02:00
hacker1024
6b3ef3b486 rtabmap: 0.21.0 -> 0.21.4 2024-03-10 19:20:09 +11:00
hacker1024
94d73227cd
rtabmap: Include the OpenCV cxxdev output 2024-03-10 18:30:05 +11:00
Ben Wolsieffer
78fd6b4136 rtabmap: add patches to fix build with g2o 20230806
These patches are from upstream but are not part of a standard release yet.
There are ROS specific release tags for 0.21.1 (0.21.1-iron, 0.21.1-humble,
etc.), but no regular release, so I chose the more conservative route and
backported the patches.
2023-08-18 15:20:20 -04:00
Ben Darwin
22ed6259dc rtabmap: unstable-2022-09-24 -> 0.21.0; unbreak 2023-04-26 21:39:05 -04:00
Atemu
f8264a5b1e tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Ben Darwin
4095b8232c vtk, vtkWithQt5: bump from vtk_8 to vtk_9 2023-01-24 12:33:48 -05:00
superherointj
48a3044d8d
rtabmap: unstable-2022-02-07 -> unstable-2022-09-24 2022-09-27 07:01:53 +03:00
Artturin
732f1d8142 treewide: convert string cmakeFlags to list of strings 2022-07-05 04:05:30 +03:00
ckie
4308069bf1
rtabmap: init at unstable-2022-02-07 2022-02-13 10:28:14 +02:00