treewide: enable strictDeps in bootstrap packages
This commit is contained in:
@@ -5,6 +5,7 @@ sitePackages:
|
||||
let
|
||||
hook = ./setup-hook.sh;
|
||||
in runCommand "python-setup-hook.sh" {
|
||||
strictDeps = true;
|
||||
inherit sitePackages;
|
||||
} ''
|
||||
cp ${hook} hook.sh
|
||||
|
||||
Reference in New Issue
Block a user