Commit Graph

10 Commits

Author SHA1 Message Date
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