Commit Graph

8 Commits

Author SHA1 Message Date
Pyrox
531e796aff
mozphab: Disable failing tests 2024-07-29 12:59:09 -04:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
f74b0fba91
mozphab: 1.4.3 -> 1.5.1
https://github.com/mozilla-conduit/review/compare/refs/tags/1.4.3...1.5.1
2024-01-24 16:01:49 +01:00
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
Martin Weinelt
398f1d6b14
mozphab: 1.1.0 -> 1.4.3 2023-04-08 20:19:07 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
47d03c0a3f
mozphab: 0.1.99 -> 1.1.0; rename from moz-phab
and enable the tests.
2022-08-10 16:04:36 +02:00