Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
7ca7bb9dee anilibria-winmaclinux: 2.2.24 -> 2.2.25 2025-02-10 00:31:14 +00:00
R. Ryantm
c8af05b644 anilibria-winmaclinux: 2.2.23 -> 2.2.24 2025-01-11 12:38:06 +00:00
R. Ryantm
d1dab99ee3 anilibria-winmaclinux: 2.2.22 -> 2.2.23 2024-12-14 00:28:09 +00:00
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
67e16b74c7 anilibria-winmaclinux: 2.2.20 -> 2.2.22 2024-11-26 12:37:10 +00:00
R. Ryantm
2a55fe1f92 anilibria-winmaclinux: 2.2.19 -> 2.2.20 2024-10-09 06:06:13 +00:00
R. Ryantm
1c861357c1 anilibria-winmaclinux: 2.2.18 -> 2.2.19 2024-09-27 01:19:57 +00:00
R. Ryantm
8fb4a5eb33 anilibria-winmaclinux: 1.2.17 -> 2.2.18 2024-08-12 12:59:53 +00:00
3JlOy_PYCCKUI
058504962f anilibria-winmaclinux: 1.2.16.2 -> 1.2.17 2024-05-12 19:29:19 +03:00
3JlOy_PYCCKUI
ef5bb98a93 anilibria-winmaclinux: 1.2.16.1 -> 1.2.16.2 2024-04-19 00:43:09 +03:00
3JlOy_PYCCKUI
96eb78b80c anilibria-winmaclinux: 1.2.15 -> 1.2.16.1 2024-04-13 09:14:36 +03:00
3JlOy_PYCCKUI
b23ee19ea0 anilibria-winmaclinux: 1.2.14 -> 1.2.15 2024-03-16 21:53:16 +03:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
3JlOy_PYCCKUI
babc062694 anilibria-winmaclinux: 1.2.12 -> 1.2.14 2024-01-21 19:41:27 +03:00
3JlOy_PYCCKUI
18e938bc70 anilibria-winmaclinux: 1.2.11 -> 1.2.12 2023-11-28 22:29:02 +03:00
Guillaume Girol
8dc748ddd0
Merge pull request #261746 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: build with libvlc
2023-10-28 17:07:04 +02:00
3JlOy_PYCCKUI
2a31344add anilibria-winmaclinux: 1.2.10 -> 1.2.11 2023-10-26 17:10:26 +03:00
3JlOy_PYCCKUI
0917aa4657 anilibria-winmaclinux: build with libvlc 2023-10-18 03:41:26 +03:00
Markus S. Wamser
918329cc94 treewide: fix typo instalation -> installation 2023-10-06 21:45:08 +02:00
3JlOy_PYCCKUI
69c1daba76 anilibria-winmaclinux: 1.2.9 -> 1.2.10 2023-09-23 17:30:48 +03:00
3JlOy_PYCCKUI
a68a6b0b7e anilibria-winmaclinux: init at 1.2.9 2023-08-17 16:19:33 +03:00