summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/xtensor-python
AgeCommit message (Collapse)Author
2023-11-30treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheckPeder Bergebakken Sundt
This will respect `doCheck = false;` overrides, common for cross.
2023-10-06python3Packages.xtensor-python: 0.25.1 -> 0.26.1Someone Serge
Use toPythonModule, and stdenv.mkDerivation.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2021-06-18pythonPackages.xtensor-python: init at 0.25.1Lancelot SIX