packages/build-support/drv-parts: remove obsolete strictDeps passing
This commit is contained in:
parent
e6d3174f8e
commit
447b371325
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue