https://github.com/brianmay/notmuch-sync-nix
nix flake for notmuch-sync
https://github.com/brianmay/notmuch-sync-nix
Last synced: 10 months ago
JSON representation
nix flake for notmuch-sync
- Host: GitHub
- URL: https://github.com/brianmay/notmuch-sync-nix
- Owner: brianmay
- License: gpl-3.0
- Created: 2025-07-25T22:18:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T22:26:05.000Z (12 months ago)
- Last Synced: 2025-07-26T05:56:41.018Z (12 months ago)
- Language: Nix
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notmuch-sync nix flake
See https://github.com/zenhack/notmuch-sync
Build with
```
$ nix build
error: builder for '/nix/store/nmaril2m32ckrg7v2dzcgbrx1lcw90lj-python3.12-notmuch-sync-0.0.1.drv' failed with exit code 1;
last 25 log lines:
> Sourcing python-imports-check-hook.sh
> Using pythonImportsCheckPhase
> Sourcing python-namespaces-hook
> Sourcing python-catch-conflicts-hook.sh
> Running phase: unpackPhase
> unpacking source archive /nix/store/p5ypggvdhx09ii3n7w9m88wdc52v245f-source
> source root is source
> setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/test/test.py"
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> Executing pypaBuildPhase
> Creating a wheel...
> pypa build flags: --no-isolation --outdir dist/ --wheel
> * Getting build dependencies for wheel...
> * Building wheel...
> Successfully built notmuch_sync-0.0.1-py3-none-any.whl
> Finished creating a wheel...
> Finished executing pypaBuildPhase
> Running phase: pythonRuntimeDepsCheckHook
> Executing pythonRuntimeDepsCheck
> Checking runtime dependencies for notmuch_sync-0.0.1-py3-none-any.whl
> - xapian-bindings not installed
For full logs, run:
nix log /nix/store/nmaril2m32ckrg7v2dzcgbrx1lcw90lj-python3.12-notmuch-sync-0.0.1.drv
```