packages/build-support/drv-parts: remove obsolete strictDeps passing

This commit is contained in:
Max Headroom 2022-12-26 20:32:25 +01:00
parent e6d3174f8e
commit 447b371325

View file

@ -83,7 +83,6 @@ in
];
env = {
strictDeps = if config.strictDeps == null then false else config.strictDeps;
LANG = "${if deps.python.stdenv.isDarwin then "en_US" else "C"}.UTF-8";
};