Commit Graph

28 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02: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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
lassulus
6c4b3a42b7
Merge pull request #290973 from r-ryantm/auto-update/ares
ares: 135 -> 136
2024-02-25 12:37:43 +07:00
R. Ryantm
98893be5b8 ares: 135 -> 136 2024-02-23 20:45:03 +00:00
Anderson Torres
d5c43829dd higan: 115-unstable-2023-11-13 -> 115-unstable-2024-02-17 2024-02-23 10:04:06 -03:00
Sergei Trofimovich
2c8d773954 higan: 115+unstable=2021-08-18 -> 115-unstable-2023-11-13
Among other things fixes `gcc-13` build failure as
https://hydra.nixos.org/build/247562295.
2024-02-09 10:39:21 +00:00
Alex Bates
146ae384c5 ares: 133 -> 135 2024-01-24 06:26:43 +00:00
Sergei Trofimovich
4eead0f5ef bsnes-hd: pull upstream gcc-13 fix
Without the change the build fails as
https://hydra.nixos.org/build/246737851:

    ../nall/arithmetic/natural.hpp: In function 'void nall::div(const uint256_t&, const uint256_t&, uint256_t&, uint256_t&)':
    ../nall/arithmetic/natural.hpp:239:23: error: 'runtime_error' is not a member of 'std'
      239 |   if(!rhs) throw std::runtime_error("division by zero");
          |                       ^~~~~~~~~~~~~
2024-01-22 11:13:24 +00:00
R. Ryantm
0c7460e9a0 ares: 132 -> 133 2023-07-22 19:12:38 -03:00
Anderson Torres
1b81444be1 ares: mark as broken on Darwin 2023-07-11 21:06:22 -03:00
Anderson Torres
8dc06ce8e9 ares: 131 -> 132 2023-07-11 21:06:22 -03:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Weijia Wang
8c94b28996 ares: fix build on darwin 2023-01-01 11:59:36 +01:00
R. Ryantm
4907c94717 ares: 130.1 -> 131 2022-12-30 18:41:07 +00:00
Weijia Wang
76aaf902a5 bsnes-hd: unbreak on x86_64-darwin 2022-12-28 16:29:53 +01:00
Weijia Wang
cfe303f7a4 ares: refactor against #204303 2022-12-28 14:02:09 +01:00
Weijia Wang
6be1c77f05 ares: add darwin support 2022-12-28 06:31:27 +01:00
AndersonTorres
0b7f7b954d ares: 129 -> 130.1 2022-11-14 12:52:22 -03:00
AndersonTorres
dd91058dd6 ares: 128 -> 129 2022-07-30 21:01:42 -03:00
Rick van Schijndel
d898e26892 bsnes-hd: mark broken on x86_64-darwin 2022-05-29 10:56:03 +02:00
Sandro
3804b963c8
Merge pull request #173607 from SuperSamus/bsnes-gtk
bsnes-hd: use gtk3
2022-05-19 20:03:22 +02:00
Martino Fontana
563a0d0a8c bsnes-hd: use gtk3 2022-05-19 13:41:04 +02:00
Martino Fontana
8038d830fa ares: 127 -> 128 2022-05-19 11:37:10 +02:00
Madoura
c36d585e14
ares: 126 -> 127 2022-05-09 12:05:23 -05:00
AndersonTorres
d575f86479 higan: move to bsnes/ subdir 2022-04-17 23:14:25 -03:00
AndersonTorres
a603582014 bsnes-hd: move to bsnes/ subdir 2022-04-17 23:11:10 -03:00
AndersonTorres
af8c5237d8 ares: move to bsnes/ subdir 2022-04-17 23:09:49 -03:00