Commit Graph

5 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
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Raito Bezarius
4e79d6857e oggvideotools: mark it as broken on Darwin 2023-05-24 17:47:00 +02:00
Sergei Trofimovich
c6b8047eb1 oggvideotools: fix build on gcc-12
While at it:

- uploaded gcc-10 fix to upstream bugtracker and pulled patch from there
- dropped explicit -O0 from CXXFLAGS to enable default optimisations
2021-11-13 08:37:48 +00:00
Sandro Jäckel
6fdc3e6a7c
oggvideotools: init at 0.9.1 2021-10-23 00:18:08 +02:00