paperless-ngx: remove unused build input

Package `libmysqlclient` is required for MySQL support.

Because it is not a Python package, adding it to
`propagatedBuildInputs` has no effects on the build output.

It could be added to `path` instead, but because we're only
supporting and testing postgresql suppport in NixOS,
we should leave it out.
This commit is contained in:
Erik Arvstedt 2022-10-23 11:14:07 +02:00
parent 7b5702cb21
commit 5b7d3d28ca
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -115,7 +115,6 @@ python.pkgs.pythonPackages.buildPythonApplication rec {
inotifyrecursive
joblib
langdetect
pkgs.libmysqlclient
lxml
msgpack
numpy