Loading pkgs/development/interpreters/python/mk-python-derivation.nix +3 −9 Original line number Diff line number Diff line Loading @@ -415,20 +415,14 @@ let inherit disabled pyproject build-system dependencies optional-dependencies ; } // { updateScript = nix-update-script { }; } // optionalAttrs (dependencies != [ ]) { inherit dependencies; } // optionalAttrs (optional-dependencies != { }) { inherit optional-dependencies; } // optionalAttrs (build-system != [ ]) { inherit build-system; } // attrs.passthru or { }; meta = { Loading Loading
pkgs/development/interpreters/python/mk-python-derivation.nix +3 −9 Original line number Diff line number Diff line Loading @@ -415,20 +415,14 @@ let inherit disabled pyproject build-system dependencies optional-dependencies ; } // { updateScript = nix-update-script { }; } // optionalAttrs (dependencies != [ ]) { inherit dependencies; } // optionalAttrs (optional-dependencies != { }) { inherit optional-dependencies; } // optionalAttrs (build-system != [ ]) { inherit build-system; } // attrs.passthru or { }; meta = { Loading