Commit Graph

23 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
67d1a8ce89 epic5: 3.0.1 -> 3.0.2 2024-12-06 07:45:06 +00:00
Shawn8901
91878b746f epson-escpr2: 1.2.20 -> 1.2.21 2024-11-24 17:21:48 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Bobby Rong
af56ed7d7d
epiphany: 47.1 → 47.2
https://gitlab.gnome.org/GNOME/epiphany/-/compare/47.1...47.2
2024-11-01 21:26:46 +08:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next 2024-10-29 12:06:00 +00:00
wxt
0638dccb28
epic5: 3.0 -> 3.0.1 2024-10-25 21:51:58 +08:00
github-actions[bot]
2f507992fe
Merge master into staging-next 2024-10-22 06:05:03 +00:00
wxt
23142ecd11 epic: 2.0.1 -> 3.0 2024-10-22 07:28:50 +08:00
wxt
1b2eb552be epic: move to by-name 2024-10-22 07:28:48 +08:00
Fabián Heredia Montiel
ffcbee06c1 epiphany: 47.0 -> 47.1
https://gitlab.gnome.org/GNOME/epiphany/-/compare/47.0...47.1
2024-10-16 16:44:44 -06:00
Bobby Rong
cf22857c36
epiphany: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/epiphany/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:12 +08:00
Bobby Rong
16514f6220
epiphany: 46.3 → 47.beta
https://gitlab.gnome.org/GNOME/epiphany/-/compare/46.3...47.beta

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:09 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Bobby Rong
177ee60e08
epiphany: 46.2 → 46.3
https://gitlab.gnome.org/GNOME/epiphany/-/compare/46.2...46.3
2024-08-06 21:22:45 +08:00
Bobby Rong
3f0861beb2
epiphany: 46.1 → 46.2
https://gitlab.gnome.org/GNOME/epiphany/-/compare/46.1...46.2
2024-07-04 22:39:54 +08:00
Jan Tojnar
33da2d9416 epiphany: Move from gnome scope to top-level 2024-07-01 08:26:47 +02:00
Weijia Wang
7566e46d76
Merge pull request #319035 from wegank/epoll-shim-bump
epoll-shim: 0.0.20230411 -> 0.0.20240608
2024-06-16 00:02:44 +02:00
Peder Bergebakken Sundt
7ac0e078e1
Merge pull request #291516 from perstarkse/epy_init
epy: init at 2023.6.11
2024-06-12 00:33:18 +02:00
Weijia Wang
f20872050b epoll-shim: move to pkgs/by-name 2024-06-11 13:00:35 +02:00
Per Stark
52e7c4d8d0 epy: init at 2023.6.11 2024-06-10 19:53:14 +02:00
R. Ryantm
f3a9c375cc epub-thumbnailer: 0-unstable-2024-03-16 -> 0-unstable-2024-03-26 2024-04-03 13:31:55 +02:00
Gaetan Lepage
8a085eb56f epub-thumbnailer: init at unstable-2024-03-16 2024-03-25 10:48:21 +01:00