Commit Graph

13 Commits

Author SHA1 Message Date
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06: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
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Bobby Rong
67956ec5c3
volctl: 0.9.2 -> 0.9.4
https://github.com/buzz/volctl/compare/v0.9.2...v0.9.4
2023-05-21 17:49:26 +08:00
Daniel Nagy
fd962eab8e
volctl: 0.8.2 -> 0.9.2 2022-12-01 16:45:00 +01:00
Sebastian Sellmeier
82d1538446
volctl: 0.8.0 -> 0.8.2 2021-05-13 18:13:43 +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
Sandro Jäckel
76ea74b982
volctl: 0.6.3 -> 0.8.0 2020-11-28 02:58:06 +01:00
Jan Tojnar
268f2d1478
volctl: switch to Python 3 2020-10-24 01:18:45 +02:00
José Romildo Malaquias
5071f0b93a volctl: 0.6.2 -> 0.6.3 2020-03-20 12:20:00 -03:00
José Romildo Malaquias
306c31afed volctl: init at 0.6.2 2019-12-20 16:03:10 +01:00