sherlock: fix build (#540584)

This commit is contained in:
Fabian Affolter
2026-07-11 06:27:10 +00:00
committed by GitHub
+4
View File
@@ -48,6 +48,10 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
poetry-core
];
pythonRelaxDeps = [
"pandas"
];
installPhase = ''
runHook preInstall