Loading pkgs/development/interpreters/python/mk-python-derivation.nix +5 −3 Original line number Diff line number Diff line Loading @@ -308,7 +308,9 @@ let # pythonCatchConflictsHook ] ++ optionals (attrs ? pythonRelaxDeps || attrs ? pythonRemoveDeps) [ ++ optionals (finalAttrs.pythonRelaxDeps or [ ] != [ ] || finalAttrs.pythonRemoveDeps or [ ] != [ ]) [ pythonRelaxDepsHook ] ++ optionals removeBinBytecode [ Loading Loading
pkgs/development/interpreters/python/mk-python-derivation.nix +5 −3 Original line number Diff line number Diff line Loading @@ -308,7 +308,9 @@ let # pythonCatchConflictsHook ] ++ optionals (attrs ? pythonRelaxDeps || attrs ? pythonRemoveDeps) [ ++ optionals (finalAttrs.pythonRelaxDeps or [ ] != [ ] || finalAttrs.pythonRemoveDeps or [ ] != [ ]) [ pythonRelaxDepsHook ] ++ optionals removeBinBytecode [ Loading