From 5b7d3d28ca4c5cf991e36a870ea4a3be3ee2a491 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 23 Oct 2022 11:14:07 +0200 Subject: [PATCH] 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. --- pkgs/applications/office/paperless-ngx/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix index 6fa29c1dbbd7..e11b34e52bcf 100644 --- a/pkgs/applications/office/paperless-ngx/default.nix +++ b/pkgs/applications/office/paperless-ngx/default.nix @@ -115,7 +115,6 @@ python.pkgs.pythonPackages.buildPythonApplication rec { inotifyrecursive joblib langdetect - pkgs.libmysqlclient lxml msgpack numpy