Commit Graph

20 Commits

Author SHA1 Message Date
éclairevoyant
508a8e68bd
Merge pull request #308314 from OPNA2608/fix/stableVersion/pkgs-devtools
pkgs/development/tools: Fix some unstableGitUpdater users
2024-05-05 05:13:23 +00:00
OPNA2608
211af0d467 vala-lint: unstable-2023-12-05 -> 0-unstable-2023-12-05 2024-04-30 21:00:03 +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
891b01a1a4 vala-lint: unstable-2023-11-12 -> unstable-2023-12-05 2023-12-08 20:42:49 +08:00
Bobby Rong
07714f67d5
vala-lint: unstable-2023-05-25 -> unstable-2023-11-12
4d21b8a2be...95cf9e61a7
2023-11-25 13:50:36 +08:00
R. Ryantm
29f96cc801 vala-lint: unstable-2022-09-15 -> unstable-2023-05-25 2023-07-10 12:57:03 +08:00
R. Ryantm
19e00d10fd vala-lint: unstable-2022-09-14 -> unstable-2022-09-15 2022-09-19 13:20:26 +08:00
R. Ryantm
bddda66d29 vala-lint: unstable-2022-05-20 -> unstable-2022-09-14 2022-09-15 09:46:51 +08:00
R. Ryantm
d7380f5587 vala-lint: unstable-2022-02-16 -> unstable-2022-05-20 2022-09-10 16:44:45 +08:00
R. Ryantm
a77d575286 vala-lint: unstable-2021-12-28 -> unstable-2022-02-16 2022-03-13 18:48:33 +00:00
Bobby Rong
56c01891f9
vala-lint: unstable-2021-11-18 -> unstable-2021-12-28 2022-01-10 17:58:55 +08:00
Bobby Rong
729053d2e8
vala-lint: unstable-2021-02-17 -> unstable-2021-11-18 2021-12-26 21:59:46 +08:00
Sergei Trofimovich
9c5a157ef6 vala-lint: fix build on vala-0.54
Without the change the build fails as:

    ../lib/Utils.vala:103.21-103.27: error: too many type arguments for `bool'
        public delegate bool<G> FilterFunction<G> (G element);
                        ^^^^^^^
2021-12-22 00:11:11 +00:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
Jan Tojnar
0cb07fcdd1
vala-lint: 2020-08-18 → 2021-02-17 2021-05-05 22:43:03 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -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
Jan Tojnar
0992424542
vala-lint: 2019-10-11 → 2020-08-18
Fix build.

a077bbec30...fc5dd9e95b
2020-10-24 01:18:46 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
7a4ea26f2e vala-lint: init at 2019-10-11 2019-10-31 21:15:53 -04:00