Commit Graph

35 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
R. Ryantm
bd122535b2 chirp: 0.4.0-unstable-2024-05-23 -> 0.4.0-unstable-2024-05-24 2024-05-29 16:44:56 +00:00
R. Ryantm
ccd9a98951 chirp: 0.4.0-unstable-2024-05-10 -> 0.4.0-unstable-2024-05-23 2024-05-24 04:51:10 +00:00
R. Ryantm
051021c597 chirp: 0.4.0-unstable-2024-05-03 -> 0.4.0-unstable-2024-05-10 2024-05-13 02:19:43 +00:00
R. Ryantm
fc417a0768 chirp: 0.4.0-unstable-2024-02-08 -> 0.4.0-unstable-2024-05-03 2024-05-05 09:34:02 +00:00
github-actions[bot]
09b96cbb7a
Merge master into staging-next 2024-04-30 12:01:12 +00:00
OPNA2608
dab51d0727 chirp: unstable-2024-02-08 -> 0.4.0-unstable-2024-02-08 2024-04-30 06:05:46 +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
Rouven Czerwinski
01c21cbb7f chirp: add emantor as maintainer
Maintenance will mostly consist of bumping the package every 2-3 months.
2024-02-19 08:44:15 +01:00
Rouven Czerwinski
4439b1f120 chirp: unstable-2023-06-02 -> unstable-2024-02-08 2024-02-12 10:53:38 +01:00
Felix Buehler
2adcc8846a python311Packages.wxpython: rename from wxPython_4_2 2024-01-07 21:16:47 +01:00
Isa
af903dfb0c chirp: unstable-2023-03-15 -> unstable-2023-06-02 2023-06-03 12:15:22 +02:00
Jade
beb3583b77
chirp: use wrapGAppsHook to fix file manager crash 2023-04-16 21:59:46 -04:00
Mathieu Rene
2ea5188580 chirp: unstable-2022-12-07 -> unstable-2023-03-15
Upgrading fixes a current build problem regarding setuptools 67's
enhanced strictness.
2023-03-18 18:19:41 -04:00
Weijia Wang
2e77af64e9 chirp: 20220823 -> unstable-2022-12-07 2022-12-08 04:38:04 +01:00
pkharvey
22354b30a3 chirp: 20211016 -> 20220823 2022-08-29 23:29:04 +01:00
Greizgh
db9db38868
chirp: 20210724 -> 20211016 2021-10-23 11:31:00 +02:00
Greizgh
c8de549572 chirp: 20200807 -> 20210724 2021-07-30 22:40:03 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Jérôme LOYET
fd51d8a3d5 chirp: 20200430 -> 20200807 2020-08-25 08:28:34 +02:00
R. RyanTM
9c146b8e63 chirp: 20200409 -> 20200430 2020-05-20 10:18:53 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM
c446ce30c1 chirp: 20200213 -> 20200409 2020-04-15 16:42:37 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
7f774d458d chirp: 20191221 -> 20200213
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-02-15 22:00:25 +01:00
Georg Haas
328030c9d6
chirp: 20191123 -> 20191221; add support for chirp.drivers.tk8180 2020-01-01 21:45:27 +01:00
Andreas Rammhold
f9dd4b27f1 chirp: modernize the expression by using buildPythonApplication 2019-11-28 19:06:21 +01:00
R. RyanTM
9addfc003f chirp: 20190905 -> 20190925
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-10-21 19:55:28 -07:00
R. RyanTM
da5af7b52b chirp: 20190718 -> 20190905
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-09-26 02:24:30 -07:00
R. RyanTM
b5a12c4317 chirp: 20190511 -> 20190718
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-08-03 17:36:59 -07:00
R. RyanTM
a3ccd43647 chirp: 20190304 -> 20190511 (#61279)
* chirp: 20190304 -> 20190429
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions

* chirp: 20190429 -> 20190511
2019-05-14 20:03:56 +02:00
Alexandre Peyroux
10ec32a1d9 chirp: 20190206 -> 20190304 (#56869) 2019-03-08 23:31:15 +01:00
R. RyanTM
376e915a37 chirp: 20190201 -> 20190206
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-03-03 09:18:25 +01:00
Elis Hirwing
a2722270db
chirp: Move from misc to radio 2019-02-09 21:38:21 +01:00