···
···
···
-
hash = "sha256-XyUMCnHm5V7oFaf3W+nGpcHfq1ZFppeGMIMCU5OB87s=";
cargoDeps = rustPlatform.fetchCargoVendor {
name = "${pname}-${version}";
-
hash = "sha256-mLoMbIy3Chmby+c6j3dg+bQvIHuhDgt3ZzPIXB3WxuE=";
···
-
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
···
# Require unpackaged bridgestan
-
# KeyError: "duplicate registration for <class 'numba.core.types.misc.SliceType'>"
-
# Currently, no test are working...
description = "Python wrapper for nuts-rs";
homepage = "https://github.com/pymc-devs/nutpie";
-
changelog = "https://github.com/pymc-devs/nutpie/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
···
···
···
+
writableTmpDirAsHomeHook,
+
hash = "sha256-BpKt/EWBefCQUGDxyqF6Xjrj/HUvY4M26gk79R/CyZo=";
cargoDeps = rustPlatform.fetchCargoVendor {
name = "${pname}-${version}";
+
hash = "sha256-d0Qk01YwosHlOy3yb/2PV5Op1Wz+yB5ROVbUWfHooEk=";
···
···
+
writableTmpDirAsHomeHook
# Require unpackaged bridgestan
description = "Python wrapper for nuts-rs";
homepage = "https://github.com/pymc-devs/nutpie";
+
changelog = "https://github.com/pymc-devs/nutpie/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];