Commit Graph

12 Commits

Author SHA1 Message Date
Jan Tojnar
1369411184 gnome-keyring: Move from gnome scope to top-level
It is on the way out.
2024-07-01 09:35:26 +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
ChaosAttractor
2fa50dd0cc keeweb: use debian package instead appimage 2023-01-16 01:11:15 +08:00
Nikolay Korotkiy
9f7effe272
keeweb: 1.18.6 → 1.18.7 2022-09-13 19:15:30 +03:00
Nikolay Korotkiy
04ea73061a
keeweb: 1.17.0 → 1.18.6 2021-05-20 09:10:56 +03:00
Nikolay Korotkiy
c9cabb048f
keeweb: 1.16.7 → 1.17.0 2021-03-10 09:54:42 +03:00
Nikolay Korotkiy
d65a798dbb
keeweb: 1.16.5 → 1.16.7 2021-02-09 13:18:28 +03: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
Nikolay Korotkiy
c7928fb076
keeweb: 1.16.0 → 1.16.5 2020-12-20 21:30:32 +03:00
Nikolay Korotkiy
a5e7c845dd
keeweb: 1.15.7 → 1.16.0 2020-11-29 18:49:39 +03:00
Nikolay Korotkiy
6154471a6a
keeweb: init at 1.15.7 2020-10-13 09:21:26 +03:00