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:
@@ -115,7 +115,6 @@ python.pkgs.pythonPackages.buildPythonApplication rec {
|
||||
inotifyrecursive
|
||||
joblib
|
||||
langdetect
|
||||
pkgs.libmysqlclient
|
||||
lxml
|
||||
msgpack
|
||||
numpy
|
||||
|
||||
Reference in New Issue
Block a user