Commit Graph

12 Commits

Author SHA1 Message Date
paumr
8822e62822 alot: refactoring - use substituteInPlace replace-fail 2024-09-17 13:17:37 +02:00
paumr
53f3f689be alot: v0.10 -> v0.11
notable changes:
- the project moved from `setup.py` to `pyproject`
- `setuptools-scm` was introduced as a build dependency
- `notmuch` is now used in the unittests
2024-09-05 18:05:39 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
Martin Weinelt
8c18f3ee05 alot: pin to python311, gpg-me still uses the imp module 2024-06-24 12:18:33 +02: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
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
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
Rien Maertens
3d635629be
python3Packages.notmuch2: init at 0.35 2022-03-23 11:04:27 +01:00
Rien Maertens
da2a5558ab
alot: fix ModuleNotFoundError of '_notmuch_config' 2022-03-23 10:55:45 +01:00
Fabian Affolter
57bea15423 alot: disable failing test 2022-01-24 22:52:30 +01:00
Frederik Rietdijk
2027fb600d alot: application instead of python library
This also allows us to move notmuch2 out of python-packages.nix.
2022-01-16 10:00:16 +01:00