Loading pkgs/development/interpreters/python/mk-python-derivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ let ++ optionals removeBinBytecode [ pythonRemoveBinBytecodeHook ] ++ optionals (hasSuffix "zip" (attrs.src.name or "")) [ ++ optionals (hasSuffix "zip" (finalAttrs.src.name or "")) [ unzip ] ++ optionals (format' == "setuptools") [ Loading Loading
pkgs/development/interpreters/python/mk-python-derivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ let ++ optionals removeBinBytecode [ pythonRemoveBinBytecodeHook ] ++ optionals (hasSuffix "zip" (attrs.src.name or "")) [ ++ optionals (hasSuffix "zip" (finalAttrs.src.name or "")) [ unzip ] ++ optionals (format' == "setuptools") [ Loading