Commit Graph

23 Commits

Author SHA1 Message Date
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Jan Tojnar
b69ed4249d zenity: Move from gnome scope to top-level
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
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
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44: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
R. Ryantm
d5c1792fdc tev: 1.26 -> 1.27 2024-04-19 02:42:29 +00: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
Weijia Wang
3c6e0b0d38 tev: fix build with gcc 13 2024-01-28 17:40:47 +01:00
R. Ryantm
909dd7625b tev: 1.23 -> 1.26 2023-09-26 02:47:10 +00:00
Weijia Wang
7ee078619a tev: unbreak on aarch64-linux 2023-03-13 12:16:26 +02:00
Travis A. Everett
b5b79d6a42 tev: mark broken on darwin 2022-12-09 10:18:53 -06:00
R. RyanTM
260128ce57
tev: 1.22 -> 1.23
* tev: 1.22 -> 1.23 (#157949)

* tev: remove unnecessary patching
substituteStream(): WARNING: pattern '/usr/' doesn't match anything in file 'CMakeLists.txt'

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-05 18:23:16 +01:00
R. RyanTM
899778e8cf
tev: 1.19 -> 1.22
* tev: 1.19 -> 1.22 (#156914)

* tev: don't build on aarch64-linux

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-27 17:06:22 +01:00
Michael Weiss
16e55eac06
tev: remove myself as maintainer
I'm not using it anymore.
2021-12-04 15:09:04 +01:00
Michael Weiss
3b3494eca2
tev: 1.17 -> 1.19 2021-12-04 15:08:36 +01:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Michael Weiss
2f467621b7
tev: Set TEV_DEPLOY=1 2021-02-16 14:46:25 +01:00
Michael Weiss
1159a79877
tev: 1.16 -> 1.17 2021-02-16 14:14:39 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Weiss
8a9cbdb549
tev: 1.15 -> 1.16 2020-06-03 16:13:07 +02:00
Michael Weiss
c7fb3750cc
tev: 1.14 -> 1.15 2020-03-10 16:17:19 +01:00
Michael Weiss
4ffe245420
tev: 1.13 -> 1.14 2020-02-06 22:56:14 +01:00
Michael Weiss
2e6c509429
tev: init at 1.13 2019-10-27 21:53:45 +01:00