Commit Graph

9 Commits

Author SHA1 Message Date
Robert Schütz
b60dd6b426 tuna: 0.15 -> 0.19 2024-07-23 08:59:27 -07:00
Robert Schütz
78b9e2d78f python312Packages.ethtool: rename from python-ethtool 2024-07-23 08:59:27 -07:00
Sigmanificient
f2310c7d27 treewide: remove unused pytestCheckHook (and other) arguments 2024-07-17 04:53:33 +02:00
Enno Richter
c609e630a2 tuna: remove elohmeier as maintainer 2024-06-14 09:22:19 +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
Alyssa Ross
6e34087a32 tuna: patchPhase -> postPatch
Using patchPhase prevents adding patches, e.g. in an overlay.
2023-12-05 21:19:01 +01:00
Alyssa Ross
fb4a93a913 treewide: fetchgit -> fetchzip (git.kernel.org)
fetchzip is more efficient, because it doesn't do a full git clone, so
it should be preferred where possible.

Where hashes have not been changed, I have verified that they don't
need to be.  Where hashes have changed, in all cases this is because
of .gitattributes files that exclude certain files from the tarball,
and in these cases I have verified that the packages still build.

sbsigntool still uses fetchgit because it has a submodule, and ell and
iwd still use fetchgit because git.kernel.org does not provide
snapshot links for them.  Apparently this is intentional.
2023-12-05 21:19:01 +01:00
Enno Richter
b463abf3f8 tuna: init at 0.15 2021-06-22 10:02:36 +02:00