mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
matrix-synapse: fix PYTHONPATH wrapper
This commit is contained in:
parent
638460ab9f
commit
5bf466dae9
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
for bin in ${matrix-synapse-unwrapped}/bin/*; do
|
||||
echo $bin
|
||||
makeWrapper "$bin" "$out/bin/$(basename $bin)" \
|
||||
--set PYTHONPATH=${searchPath}
|
||||
--set PYTHONPATH ${searchPath}
|
||||
done;
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user