From 5f642aa439ad004ceb7157925dd4e993887cd3e9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 1 Mar 2023 21:22:16 +0100 Subject: [PATCH] pinnwand: Relax sqlalchemy constraint Package test and integration tests are passing and I reported that success story upstream. --- pkgs/servers/pinnwand/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/servers/pinnwand/default.nix b/pkgs/servers/pinnwand/default.nix index edf7255e2229..58e1e19b3f0c 100644 --- a/pkgs/servers/pinnwand/default.nix +++ b/pkgs/servers/pinnwand/default.nix @@ -21,6 +21,11 @@ with python3.pkgs; buildPythonApplication rec { poetry-core ]; + postPatch = '' + substituteInPlace pyproject.toml \ + --replace 'sqlalchemy = "^1.4"' 'sqlalchemy = "*"' + ''; + propagatedBuildInputs = [ click docutils