mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
serigy: remove explicit strictDeps
This commit is contained in:
@@ -37,8 +37,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
|
||||
dependencies = with python3Packages; [ pygobject3 ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
postInstallCheck = ''
|
||||
mesonCheckPhase
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user