serigy: remove explicit strictDeps

This commit is contained in:
Stefan Frijters
2026-09-18 18:00:33 +02:00
parent bb7ae89a2f
commit c92bcbc996

View File

@@ -37,8 +37,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies = with python3Packages; [ pygobject3 ];
strictDeps = true;
postInstallCheck = ''
mesonCheckPhase
'';