Unverified Commit 5b7d3d28 authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

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.
parent 7b5702cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ python.pkgs.pythonPackages.buildPythonApplication rec {
    inotifyrecursive
    joblib
    langdetect
    pkgs.libmysqlclient
    lxml
    msgpack
    numpy