1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

6 commits

Author SHA1 Message Date
teutat3s ad96650f80
matrix-synapse: import tests in wrapper 2024-08-02 22:29:19 +02:00
Raito Bezarius 295952fd51 synapse-matrix: have a valid meta attribute
Previously, only the unwrapped derivation had it. This is problematic to report
issues on Synapse because you cannot read the maintainers from the REPL. :)

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-02-02 03:06:53 +01:00
Daniel Olsen a695ad5fb5 matrix-synapse: build a pythonEnv out of extraPackages to include dependencies
By just appending site-packages to the extraPackages, you would get situations like
pysaml2 being included in pythonpath, but not its dependencies like pytz and dateutils
2023-12-13 19:48:06 +01:00
Maximilian Bosch 190886c5cc
nixos/matrix-synapse: clarify that extras are additive 2023-07-31 18:54:17 +02:00
Maximilian Bosch 5bf466dae9
matrix-synapse: fix PYTHONPATH wrapper 2023-07-31 18:46:43 +02:00
Martin Weinelt 3453128510
matrix-synapse: Add wrapper to configure extras
The original matrix-synapse packages is now available with the
-unwrapped prefix.
2023-07-18 17:52:52 +02:00