Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
R. Ryantm
eaff424207
calls: 46.0 -> 46.3
2024-06-30 00:43:39 +00:00
Linus Heckemann
e5adf0b547
maintainers: drop lheckemann
2024-06-21 15:54:54 +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
Tom Fitzhenry
f1c7c63c69
Remove tomfitzhenry@ from some maintainership
...
I don't use these programs anymore, sadly.
2024-05-31 10:47:29 +10: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
299d4668ba
calls: 45.0 -> 46.0
2024-03-17 12:03:25 +11:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
Jan Tojnar
9e2587e742
calls: add missing dependency
...
evolution-data-server no longer propagates libsecret.
2023-11-21 08:41:49 +01:00
R. Ryantm
ebdca99232
calls: 44.2 -> 45.0
2023-10-09 18:37:48 +00:00
R. Ryantm
859bfeccd7
calls: 43.3 -> 44.2
2023-09-26 15:14:11 +00:00
Tom Fitzhenry
4b9857d413
calls: 43.2 -> 43.3
2023-02-25 12:35:53 +11: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
Nick Cao
859e6d39b7
Merge pull request #206636 from tomfitzhenry/calls-43.2
...
calls: 43.0 -> 43.2
2023-01-27 18:40:10 +08:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Tom Fitzhenry
b8ea81f0ba
calls: 43.0 -> 43.2
2022-12-18 10:33:11 +11:00
Sandro Jäckel
c7f5becba3
dbus: remove unused daemon passhtru
2022-11-21 20:23:00 +01:00
Tom Fitzhenry
4eb5696d61
calls: update meta.homepage to gitlab.gnome.org
2022-10-01 12:55:47 +10:00
Tom Fitzhenry
e0ba645ec1
calls: 42.0 -> 43.0
2022-09-23 22:49:31 +10:00
Tom Fitzhenry
21237a6c49
calls: 41.1 -> 42.0
2022-07-23 00:34:18 +10:00
Tom
246b606737
calls: add tomfitzhenry as maintainer ( #159700 )
2022-02-13 10:03:45 +08:00
Tom Fitzhenry
47a8b15664
evolution-data-server: propagate libgdata
...
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit).
Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs , evolution-data-server requires libgdata for gobject introspection.
See also 025960d229
, which did a similar thing for libsoup.
2022-01-15 06:05:40 +11:00
Tom Fitzhenry
12e9ffc2db
calls: 0.3.1 -> 41.1
2022-01-09 01:31:43 +11:00
Tom Fitzhenry
5d0bd88cdd
programs/calls: init
2021-08-07 15:07:18 +10:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
Jan Tojnar
c1560b5cc3
calls: Fix build
2021-05-05 22:43:07 +02:00
Pacman99
d3d57b16d4
calls: build docs
2021-03-13 20:44:22 -08:00
Pacman99
4613800e5b
calls: 0.2.0 -> 0.3.1
2021-03-13 20:44:22 -08:00
Sandro Jäckel
05c41cd7b8
calls: remove unused input
2021-02-22 01:16:28 +01:00
Pacman99
24552931d8
calls: 0.1.5 -> 0.2.0
2021-01-27 11:21:04 -07:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
Atemu
9d8c238b5c
calls: use libhandy_0
2020-10-24 01:17:51 +02:00
R. RyanTM
f43066934d
calls: 0.1.4 -> 0.1.5
2020-05-25 08:48:26 +00:00
R. RyanTM
55ef6483fc
calls: 0.1.2 -> 0.1.4
2020-04-09 12:38:29 +00:00
R. RyanTM
590f5684e5
calls: 0.1.1 -> 0.1.2
2020-02-25 21:00:05 -08:00
Linus Heckemann
1e3fbfbf5e
calls: unstable-2019-10-29 -> 0.1.1
2020-01-09 15:19:10 +01:00
Jan Tojnar
9fe897c1ec
calls: 2019-10-09 → 2019-10-29
2019-11-11 22:24:19 +01:00
Jan Tojnar
b35e68d77d
calls: fix build
2019-11-11 21:44:31 +01:00
Linus Heckemann
301eb1a494
calls: 0.0.1 -> 2019-10-09-unstable
2019-11-10 19:40:11 +01:00
Craige McWhirter
d777bfbfae
calls: init at 0.0.1
2019-11-10 19:40:11 +01:00