summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-10-28 15:47:57 +0000
committerEmily <vcs@emily.moe>2024-10-29 19:42:46 +0000
commitf28cc72d5d3d2d82f0fcd343910dfd852d203093 (patch)
treed4f02b1d2dd3dd8af0c0ab89592beda12c152127 /pkgs/development/python-modules/rangehttpserver
parentbf054e513b95f045d15c5fc82aa2fc59811c22a3 (diff)
release-lib: build packages without `meta.platforms` on all platforms
This was added in <https://github.com/NixOS/nixpkgs/pull/19990> to ensure that packages that previously weren’t building at all would get at least one platform’s worth of coverage. However, since most `runCommand` calls don’t explicitly set any `meta` information, this meant that things like `tests.makeWrapper` were only being run for `x86_64-linux`. Since most trivial builder calls should work on all platforms, it doesn’t make much sense for them to be restricted in this way, and we shouldn’t unnecessarily penalize other platforms by treating an empty `meta.platforms` inconsistently with `check-meta`’s maximally‐permissive interpretation. Actual packages that only work on a subset of platforms should, of course, set `meta.platforms` explicitly.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions