nixpkgs/pkgs/os-specific
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
..
bsd freebsd.libc: fix build with LLVM 16+ 2024-01-02 20:29:57 -08:00
darwin Merge pull request #289901 from afh/update-bartender 2024-03-05 21:30:15 +01:00
linux treewide: fix sourceRoot for fetchgit-based src 2024-03-09 07:53:25 +08:00
solo5
windows Merge pull request #283551 from a-n-n-a-l-e-e/llvmPackages_8-drop 2024-01-29 22:25:38 -08:00